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
There is a new code in NewDiago(): dg.server.OnNotify()
It looks like it was added to handle SUBSCRIBE-NOTIFY cases.
There is another case when NOTIFY can be sent out of dialog: registration. On successful client registration PBX will reply with NOTIFY indicating number of vociemail message. That's Asterisk behaviour.
REGISTER ->
...
<- 200 OK
<- NOTIFY
Right now this NOTIFY is rejected with this error:
SIP/2.0 400 missing tag param in To header
Call/Transaction Outside Dialog
Hi @arkadiam . Welcome!.
Yes, new code landed, before handling this, goal is really to finish full support of Transfers, but THANKS for sharing this!
There is work also for documentation, but many things also got fixed in meantime.
If this is urgent, please use temporarly fix by passing your server to diago, and then after overriding NOTIFY and other handlers.
There is a new code in NewDiago(): dg.server.OnNotify()
It looks like it was added to handle SUBSCRIBE-NOTIFY cases.
There is another case when NOTIFY can be sent out of dialog: registration. On successful client registration PBX will reply with NOTIFY indicating number of vociemail message. That's Asterisk behaviour.
REGISTER ->
...
<- 200 OK
<- NOTIFY
Right now this NOTIFY is rejected with this error:
SIP/2.0 400 missing tag param in To header
Call/Transaction Outside Dialog
There was a discussion about out of dialog "notify"
https://sip-implementors.cs.columbia.narkive.com/bkHgiKHL/notify-without-subscribe
What is the best way to handle that?
The text was updated successfully, but these errors were encountered: