drachtio-server icon indicating copy to clipboard operation
drachtio-server copied to clipboard

send out of dialog BYE to node instead of rejecting

Open tsearle opened this issue 4 years ago • 3 comments

tsearle avatar Sep 10 '20 12:09 tsearle

Can you explain more about the PR ?

baonq-me avatar Nov 17 '20 17:11 baonq-me

I believe @tsearle had some scenario that involved him needing this change. However, I have not merged yet because I am not sure I agree with it....if we get a BYE that is not related to an established dialog, I still feel like the proper response is for the server to generate a 481 Transaction does not exist. Leaving this open for further discussion at the moment..

davehorton avatar Nov 17 '20 17:11 davehorton

The goal was to not use the dialog layer in drachtio, instead manage dialog state in the node app, that way it could be persisted & restored on restart for high availability reasons

tsearle avatar Aug 05 '21 08:08 tsearle