You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed the SaraP is generating double BYE when established session is disconnected using "Hangup" button on the web. The SIP.js demo client does not have this issue, so it suggests some incorrect API usage somewhere.
Actually, IIRC, is by design: everything and anything that happens that endangers, ends, or makes problem to the call leg close the session and generates a BYE (so to maintain consistency in the sip.js library state machine).
I will release a new version of SaraPhone when my lazyness will allow me, based on the latest "normal" version of sip.js (15.x, before the typescript/postmodern mayhem). But it probably will still have that behavior.
Anyway, if you deeply test a patch modifying this behavior, it may be merged.
What I want to avoid at all costs is to have SaraPhone blocked invisibly because sip.js is in inconsistent state because some unexpected signaling/network/whatever problem
I've noticed the SaraP is generating double BYE when established session is disconnected using "Hangup" button on the web. The SIP.js demo client does not have this issue, so it suggests some incorrect API usage somewhere.
sara.log
sipjs.log
The text was updated successfully, but these errors were encountered: