On Thu, 12 May 2016, Dovid Bender wrote:

Do a simple sip debug and see who sends the bye. You can also simply run tcpdump in a screened session and when the call is done analyze in wireshark. tcpdump -s0 host <IP of carrier> and port 5060 -w /tmp/my-trace.pcap

Or:

        sudo ngrep -W byline -d any ^BYE port 5060

This will display just the BYE messages.

--
Thanks in advance,
-------------------------------------------------------------------------
Steve Edwards       [email protected]      Voice: +1-760-468-3867 PST
            https://www.linkedin.com/in/steve-edwards-4244281

--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
              http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to