Hello, I'm working with our SIP provider to nail down some call quality issues we're having, and they've asked me to provide SIP debug log files from our asterisk server. Is there a way to make asterisk 1.4 output only SIP debugging to a specific log file? Or it is best just to use tcpdump? Thank you! -- Jason Martin Metrix Matrix, Inc. 785 Elmgrove Road, Building 1, Rochester, NY 14624 Office: 888-865-0065 Ext. 202 Mobile: (585) 721-8679
Hello Guys, I am unable to make calls to outside number from some of my extensions. Internally I am able to make and receive calls between extensions and also I am able to receive call from outside number. Any suggestions? Then in am thinking of getting rid of Sysmaster and configure Trixbox to do the entire job that currently my Sysmaster is doing. Any suggestions..? Mani -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070906/c5e7cfc5/attachment.htm
On Thu, 2007-09-06 at 09:58 -0400, Jason Martin wrote:> Hello, I'm working with our SIP provider to nail down some call quality issues > we're having, and they've asked me to provide SIP debug log files from our > asterisk server. Is there a way to make asterisk 1.4 output only SIP > debugging to a specific log file? Or it is best just to use tcpdump?I always find it easier to extract the SIP messaging traffic by using tcpdump or ngrep. If you use tcpdump, you can always pass the traffic through ngrep later, as well as passing it through Wireshark to get the pretty SIP traffic graphs, etc. -- Jared Smith Community Relations Manager Digium, Inc.
On 9/6/07, Mani Nair <mnair at nvloisp.com> wrote:> > Hello Guys, > > > > I am unable to make calls to outside number from some of my extensions. > Internally I am able to make and receive calls between extensions and also I > am able to receive call from outside number. Any suggestions? > > Then in am thinking of getting rid of Sysmaster and configure Trixbox to > do the entire job that currently my Sysmaster is doing. Any suggestions..? > > >Suggestion is check the dialplan check asterisk cli check network trace with ngrep you have sysmaster and want to move to Trixbox ? ram -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070909/9fa4af45/attachment.htm
Dear Jared; I would like to ask if there is a method to let the output of "set sip debug ip" to be sent for a file? Regards Bilal> Hello, I'm working with our SIP provider to naildown some call quality issues> we're having, and they've asked me to provide SIPdebug log files from our> asterisk server. Is there a way to make asterisk 1.4output only SIP> debugging to a specific log file? Or it is best justto use tcpdump? I always find it easier to extract the SIP messaging traffic by using tcpdump or ngrep. If you use tcpdump, you can always pass the traffic through ngrep later, as well as passing it through Wireshark to get the pretty SIP traffic graphs, etc. -- Jared Smith Community Relations Manager Digium, Inc. ____________________________________________________________________________________ Yahoo! oneSearch: Finally, mobile search that gives answers, not web links. http://mobile.yahoo.com/mobileweb/onesearch?refer=1ONXIC
On 9/9/07, bilal ghayyad <bilmar_gh at yahoo.com> wrote:> > Dear Jared; > > I would like to ask if there is a method to let the > output of "set sip debug ip" to be sent for a file?hi when iam doing this i see the server is load is very high how can i send this traffic or mirror traffic to other server and grep the reports ram -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070909/036167b8/attachment.htm
Dear Ram; You are able to send it for a file? Regards Bilal> Dear Jared; > > I would like to ask if there is a method to let the > output of "set sip debug ip" to be sent for a file?hi when iam doing this i see the server is load is very high how can i send this traffic or mirror traffic to other server and grep the reports ram ____________________________________________________________________________________ Boardwalk for $500? In 2007? Ha! Play Monopoly Here and Now (it's updated for today's economy) at Yahoo! Games. http://get.games.yahoo.com/proddesc?gamekey=monopolyherenow
----- Original Message ----- From: "Jason Martin" <jmartin at metrixmatrix.com> To: <asterisk-users at lists.digium.com> Sent: Thursday, September 06, 2007 4:58 PM Subject: [asterisk-users] SIP Debugging to separate log file> Hello, I'm working with our SIP provider to nail down some call quality > issues > we're having, and they've asked me to provide SIP debug log files from our > asterisk server. Is there a way to make asterisk 1.4 output only SIP > debugging to a specific log file? Or it is best just to use tcpdump? > > Thank you! > --Try using Ngrep ngrep -t -W byline -d any -w <SIP ID> port 5060 Where <SIP ID> is the id of your sip account. It should give you everything you need.