In that case you should turn on sip trace for profile where your callcentric peer is configured. By default FS comes with two profiles namely internal and external. If you haven&#39;t created any new profile and configured your users and peers in these two profiles then you should try turning on sip trace for external profile too (or just external profile alone).<br>
<br><b>sofia profile external siptrace on</b><br><br>Please check your peer configuration and turn on sip trace on appropriate profile.<br><br>Thank you.<br><br><br><div class="gmail_quote">On Sun, Sep 20, 2009 at 5:49 PM, Klaus Teller <span dir="ltr">&lt;<a href="mailto:klaus.teller@gmx.net">klaus.teller@gmx.net</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Thanks. I tried that and what it shows me is the trace between my peer and the SIP provider (i.e. <a href="http://les.net" target="_blank">les.net</a>). The call is actually coming from callcentric and i don&#39;t see that in the trace. Is it supposed to show this?<br>

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