Thanks. I tried that and what it shows me is the trace between my peer and the SIP provider (i.e. les.net). The call is actually coming from callcentric and i don't see that in the trace. Is it supposed to show this?
Klaus. -------- Original-Nachricht -------- > Datum: Sun, 20 Sep 2009 17:11:50 +0600 > Von: Muhammad Shahzad <[email protected]> > An: [email protected] > Betreff: Re: [Freeswitch-users] Call Tracing > there are a few variable that you can set in > /usr/local/freeswitch/conf/vars.xml. > > * <X-PRE-PROCESS cmd="set" data="call_debug=false"/> > <X-PRE-PROCESS cmd="set" data="console_loglevel=info"/> > * > You can change it to something like (and then restart FS), > > * <X-PRE-PROCESS cmd="set" data="call_debug=true"/> > <X-PRE-PROCESS cmd="set" data="console_loglevel=debug"/> > * > Usually it will give you enough information about call processing, however > just in case you are looking for SIP trace of a call only then you can > enable it on per-profile basis at run-time, > > for example, > > *sofia profile internal siptrace on* > > this will enable SIP trace for all calls to / from sofia internal profile > (which also includes directory users). > > You can run following command on FS console to get information on what > profile etc. are available as well as their status. > > *sofia status* > > For more info consult Wiki page at, > > http://wiki.freeswitch.org/wiki/Sofia > > Thank you. > > > On Sun, Sep 20, 2009 at 4:44 PM, Klaus Teller <[email protected]> > wrote: > > > Hi T., > > > > I just tried that but i don't see anything different on the console. My > > test call is going via callcentric and les.net, but besides the final > hop > > which i normally see in the channel name, there is nothing else. > > > > Any idea what i might be doing wrong here? > > > > Thanks, > > Klaus. > > -------- Original-Nachricht -------- > > > Datum: Sun, 20 Sep 2009 10:33:01 +0200 > > > Von: Tihomir Culjaga <[email protected]> > > > An: [email protected] > > > Betreff: Re: [Freeswitch-users] Call Tracing > > > > > switch.conf.xml (btw: in console you can enable/disable logging on the > > fly > > > - > > > F8/F7) > > > > > > <param name="loglevel" value="debug"/> > > > > > > > > > your relevant sip profile: > > > > > > <param name="sip-trace" value="yes"/> > > > > > > T. > > > > > > > > > On Sun, Sep 20, 2009 at 4:14 AM, Klaus Teller <[email protected]> > > > wrote: > > > > > > > Hi, > > > > > > > > Say i have an inbound VoIP/SIP call that hits my FS box. Is it > possible > > > to > > > > to extract information about the intermediate hops that the call or > the > > > > signaling went through? If so, what information can i get? > > > > > > > > Thanks, > > > > Gregoire. > > > > -- > > > > Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla > Firefox > > 3 > > > - > > > > sicherer, schneller und einfacher! > > http://portal.gmx.net/de/go/chbrowser > > > > > > > > _______________________________________________ > > > > FreeSWITCH-users mailing list > > > > [email protected] > > > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > > > UNSUBSCRIBE: > > http://lists.freeswitch.org/mailman/options/freeswitch-users > > > > http://www.freeswitch.org > > > > > > > > -- > > GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT! > > Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01 > > > > _______________________________________________ > > FreeSWITCH-users mailing list > > [email protected] > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > http://www.freeswitch.org > > > > > > -- > Muhammad Shahzad > ----------------------------------- > CISCO Rich Media Communication Specialist (CRMCS) > CISCO Certified Network Associate (CCNA) > Cell: +92 334 422 40 88 > MSN: [email protected] > Email: [email protected] -- GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT! Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01 _______________________________________________ FreeSWITCH-users mailing list [email protected] http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org
