[Freeswitch-users] SIP Trace

Steven Ayre steveayre at gmail.com
Fri May 20 22:47:38 MSD 2011


loglevel is the debug level of components of the sofia stack, the same as
the 'sofia loglevel x' command. You shouldn't normally need it - it'll give
you extremely ugly and verbose low level information about the processing of
the packets

-Steve

On 20 May 2011 17:39, Eric Beard <eric at loopfx.com> wrote:

> That’s what I was missing, thanks! I was searching the source code for
> “trace-level” (with a dash).
>
>
>
> I’m still not entirely clear on the difference between “loglevel” and
> “tracelevel”, but at least it’s logging the SIP to my log file
> automatically.
>
>
>
> -----------------------
>
> *Eric Z. Beard, CTO*
>
> Loop LLC
>
> w (877) 850-2010 x9249
>
> m (727) 776-2768
>
> eric at loopfx.com
>
>
>
> *From:* freeswitch-users-bounces at lists.freeswitch.org [mailto:
> freeswitch-users-bounces at lists.freeswitch.org] *On Behalf Of *Steven Ayre
> *Sent:* Friday, May 20, 2011 11:08 AM
>
> *To:* FreeSWITCH Users Help
> *Subject:* Re: [Freeswitch-users] SIP Trace
>
>
>
> That's because it the combination of the three:
>
> fsctl loglevel 3
>
> - Sets the logging level to 3
>
> sofia profile_name siptrace on
>
> - Start tracing SIP packets (console level by default, which won't go to
> the logfile)
>
> sofia tracelevel 3
>
> - Start logging SIP traces with loglevel 3. Because you just set the log
> level to 3 it'll show up.
>
>
>
>
>
> From the sofia config you'll need to set a tracelevel other than the
> console default as well as enabling sip-trace:
>
>
>
> <global_settings>
>   ...
>   <param name="tracelevel" value="DEBUG"/>
>   ...
> </global_settings>
> <profiles>
>   ...
>   <profile name="...">
>     ...
>     <param name="sip-trace" value="yes"/>
>     ...
>   </profile>
>   ...
> </profiles>
>
>
>
>
>
> -Steve
>
>
>
> On 20 May 2011 14:25, Eric Beard <eric at loopfx.com> wrote:
>
> The only one of those 3 that sends SIP to the log file for me is “sofia
> tracelevel 3”.  But where do I put that in a configuration file so it is
> enabled by default?
>
>
>
> I tried setting this in the profile:
>
>
>
>    <param name="sip-trace" value="yes"/>
>
>
>
> But it didn’t do anything.
>
>
>
> -----------------------
>
> *Eric Z. Beard, CTO*
>
> Loop LLC
>
> w (877) 850-2010 x9249
>
> m (727) 776-2768
>
> eric at loopfx.com
>
>
>
> *From:* freeswitch-users-bounces at lists.freeswitch.org [mailto:
> freeswitch-users-bounces at lists.freeswitch.org] *On Behalf Of *Nicolas
> Brenner
> *Sent:* Thursday, May 19, 2011 7:39 PM
>
>
> *To:* FreeSWITCH Users Help
> *Subject:* Re: [Freeswitch-users] SIP Trace
>
>
>
> Actually, I get the exact same output from the console in my logfile
> (log/freeswitch.log), I just do:
>
>
>
> fsctl loglevel 3
>
> sofia profile_name siptrace on
>
> sofia tracelevel 3
>
>
>
> I think you may use any loglevel, but that works fine, and I don't get all
> the debugging output.
>
>
>
>
>
> On Thu, May 19, 2011 at 12:48 PM, Steven Ayre <steveayre at gmail.com> wrote:
>
> No.
>
> If you need that it's best to use tshark, wireshark, ngrep or some similar
> tool.
>
> -Steve
>
>
>
> On 19 May 2011 17:40, Michal Kopacki <mkopacki at gmail.com> wrote:
>
>     Sorry for interrupt, but is there any way to filter messages from sip
> trace ? For example show only one ext/host/uri etc
>
> --
> Michal
>
> ---------------
>
>
>
> By default it only goes to console. 'sofia tracelevel debug' will let you
> set a log level which'll let you log it to the logfile (you can choose any
> of the log files).
>
> -Steve
>
> On 19 May 2011 15:57, Eric Beard <eric at loopfx.com> wrote:
>
> Hello,
>
>
>
> In fs_cli, I can issue this command:
>
>
>
> sofia global siptrace on
>
>
>
> And I see all SIP traffic.  But the SIP does not get logged to the actual
> log file.  How do I get the same output to be sent to the log?  I’ve
> searched through the Wiki but I’m not seeing a clear way to do it.
>
>
>
> Thanks!
>
>
>
> -----------------------
>
> *Eric Z. Beard, CTO*
>
> Loop LLC
>
> w (877) 850-2010 x9249
>
> m (727) 776-2768
>
> eric at loopfx.com
>
>
>
>
> _______________________________________________
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
>
>
>
>
> _______________________________________________
>
> FreeSWITCH-users mailing list
>
> FreeSWITCH-users at lists.freeswitch.org
>
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>
> http://www.freeswitch.org
>
>
>
>
> _______________________________________________
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
>
>
>
> _______________________________________________
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
>
>
>
> _______________________________________________
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
>
>
> _______________________________________________
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20110520/49a28235/attachment-0001.html 


More information about the FreeSWITCH-users mailing list