bilal ghayyad
2011-Aug-26 15:53 UTC
[asterisk-users] SIP Trace to troubleshoot one way of communications
Hi All; How can I get a SIP trace to troubleshoot a one way of communications? I need to see what is happenning in the packets to know the reason of the problem. Thanks Regards Bilal
jesie
2011-Aug-26 19:06 UTC
[asterisk-users] SIP Trace to troubleshoot one way of communications
Hi, Sip debug can be enabled thru asterisk CLI. SIP signaling trace is printed on the console or terminal if you're connected on asterisk CLI. If you want a complete trace of signaling & media packets, packet capturing tools like tcpdump, ethereal & wireshark will perfectly address your concerns. Try to be oriented on the packet capturing tools available on the OS your asterisk is installed with. Regards Jesie On Aug 26, 2011, at 11:53 PM, bilal ghayyad <bilmar_gh at yahoo.com> wrote:> Hi All; > > How can I get a SIP trace to troubleshoot a one way of communications? I need to see what is happenning in the packets to know the reason of the problem. > > Thanks > Regards > Bilal > > -- > _____________________________________________________________________ > -- 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
Jon Farmer
2011-Aug-27 09:02 UTC
[asterisk-users] SIP Trace to troubleshoot one way of communications
On Aug 26, 2011 4:54 PM, "bilal ghayyad" <bilmar_gh at yahoo.com> wrote:> > Hi All; > > How can I get a SIP trace to troubleshoot a one way of communications? Ineed to see what is happenning in the packets to know the reason of the problem.>Install ngrep on the box. Then type something like. ngrep -tq -W byline <IP address> port 5060 Replace <IP address> with the IP of the UA you want to monitor. Regards Jon Sent from my iPad3. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110827/f96f82dc/attachment.htm>