sipcapture / homer

HOMER - 100% Open-Source SIP, VoIP, RTC Packet Capture & Monitoring
https://sipcapture.org
GNU Affero General Public License v3.0
1.61k stars 240 forks source link

Retrieving pcap for call with SIP REFER does not show the NOTIFY #656

Open davehorton opened 3 weeks ago

davehorton commented 3 weeks ago

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?

adubovikov commented 3 weeks ago

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.