-
-
Notifications
You must be signed in to change notification settings - Fork 246
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
Retrieving pcap for call with SIP REFER does not show the NOTIFY #656
Comments
yeah, this is not a bug, just a feature ;-) we don't have transactions tracking therefore all NOTIFY messages go to "_rest" table. Can you please share one of this NOTIFY (you can do topoh) and we can add an exception for such NOTIFY messages. |
Hi Alexandr, I am encountering something similar where NOTIFY messages for REFER events is ending up in Please let me know how I would approach getting these transactions merged with the matching dialogs. I've documented an example for a referred call below. Many thanks, Callum
|
We are using homer and have noticed that when we retrieve the pcap for a call which ends with a SIP REFER - 202 - NOTIFY, where the NOTIFY tells us the final status of the transferred call, that the pcap for the call showing the INVITE...REFER does not include the NOTIFY-200 OK. We see that the NOTIFY messages are kept in a different table in postgres, but we hoped that when pulling the sip trace/pcap for a call we would have all the in-dialog requests included, but we don't see the NOTIFY.
Are we possibly doing something wrong, or is this a bug of sorts? If so, is there any suggested workaround?
The text was updated successfully, but these errors were encountered: