Re: [Freeswitch-users] Getting a sip trace on the console

2009-03-09 Thread Diego Viola
[mailto:freeswitch-users-boun...@lists.freeswitch.org] On Behalf Of Peter P GMX Sent: 08 March 2009 12:58 To: freeswitch-users@lists.freeswitch.org Subject: Re: [Freeswitch-users] Getting a sip trace on the console I use the ngrep tool on the OS console and write the output to a file: ngrep

Re: [Freeswitch-users] Getting a sip trace on the console

2009-03-08 Thread Peter P GMX
I use the ngrep tool on the OS console and write the output to a file: ngrep -d any port 5060 -W byline outfile.txt Best regards Peter Nik Middleton schrieb: Hi Guys, I’m trying to debug some SIP messaging issues. Is there a way of doing the Asterisk equivalent of SIP Debug so I can

Re: [Freeswitch-users] Getting a sip trace on the console

2009-03-08 Thread Nik Middleton
: Re: [Freeswitch-users] Getting a sip trace on the console I use the ngrep tool on the OS console and write the output to a file: ngrep -d any port 5060 -W byline outfile.txt Best regards Peter Nik Middleton schrieb: Hi Guys, I'm trying to debug some SIP messaging issues. Is there a way

[Freeswitch-users] Getting a sip trace on the console

2009-03-07 Thread Nik Middleton
Hi Guys, I'm trying to debug some SIP messaging issues. Is there a way of doing the Asterisk equivalent of SIP Debug so I can see what's being sent? Regards, ___ Freeswitch-users mailing list Freeswitch-users@lists.freeswitch.org

Re: [Freeswitch-users] Getting a sip trace on the console

2009-03-07 Thread Jason White
Nik Middleton nik.middle...@noblesolutions.co.uk wrote: I'm trying to debug some SIP messaging issues. Is there a way of doing the Asterisk equivalent of SIP Debug so I can see what's being sent? http://wiki.freeswitch.org/wiki/Sofia#Debugging_SOFIA_SIP You can also use the sofia loglevel

Re: [Freeswitch-users] Getting a sip trace on the console

2009-03-07 Thread Hadley Rich
On Sunday 08 March 2009 12:37:23 Nik Middleton wrote: I'm trying to debug some SIP messaging issues. Is there a way of doing the Asterisk equivalent of SIP Debug so I can see what's being sent? TPORT_LOG=1 ./freeswitch will do it for you.

Re: [Freeswitch-users] Getting a sip trace on the console

2009-03-07 Thread Brian West
Also sofia loglevel all|default|tport|iptsec|nea|nta|nth_client|nth_server| nua|soa|sresolv|stun [0-9] No need to restart FS to turn those on or off. ;) again Latest SVN. /b On Mar 7, 2009, at 6:00 PM, Hadley Rich wrote: http://wiki.freeswitch.org/wiki/Sofia#Debugging_SOFIA_SIP

Re: [Freeswitch-users] Getting a sip trace on the console

2009-03-07 Thread Mathieu Rene
only sofia profile [name] siptrace [on/off] is required to get the messages on the console sofia loglevel is used to get debugging logs from sofia's internals. (the sip library) Math On 7-Mar-09, at 7:55 PM, Brian West wrote: Also sofia loglevel