-
Notifications
You must be signed in to change notification settings - Fork 749
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing "registered" event after reconnection. #337
Comments
👍 |
1 similar comment
👍 |
This is about being implemented. |
ibc
added a commit
that referenced
this issue
Feb 24, 2016
Hi, This is implemented in 0.7.16 tag |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Copied from this thread discussing the current behaviour where JsSIP does not emit a "registered" event upon reconnection when it was already registered during the previous connection: https://groups.google.com/forum/#!topic/jssip/svj9c5TZ4y4
I believe that within a single connection re-registrations to refresh the binding don't need to be emitted as events, but on disconnect an "unregistered" event should be emitted, followed by another "registered" event when the connection and registration are re-established.
The text was updated successfully, but these errors were encountered: