VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
klaus.teller at gmx.net Guest
|
|
Back to top |
|
|
tculjaga at gmail.com Guest
|
Posted: Sun Sep 20, 2009 3:45 am Post subject: [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 <klaus.teller@gmx.net (klaus.teller@gmx.net)> wrote:
|
|
Back to top |
|
|
klaus.teller at gmx.net Guest
|
Posted: Sun Sep 20, 2009 5:49 am Post subject: [Freeswitch-users] Call Tracing |
|
|
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 --------
Quote: | 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 <klaus.teller@gmx.net>
wrote:
Quote: | Hi,
Say i have an inbound VoIP/SIP call that hits my FS box. Is it possible
| to
Quote: | 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
| -
|
--
GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
shaheryarkh at googlem... Guest
|
Posted: Sun Sep 20, 2009 6:20 am Post subject: [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 <klaus.teller@gmx.net (klaus.teller@gmx.net)> wrote:
Quote: | 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 --------
Quote: | 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 <klaus.teller@gmx.net (klaus.teller@gmx.net)>
wrote:
Quote: | Hi,
Say i have an inbound VoIP/SIP call that hits my FS box. Is it possible
| to
Quote: | 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
| -
|
--
GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org (FreeSWITCH-users@lists.freeswitch.org)
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: shari_786pk@hotmail.com (shari_786pk@hotmail.com)
Email: shaheryarkh@googlemail.com (shaheryarkh@googlemail.com) |
|
Back to top |
|
|
klaus.teller at gmx.net Guest
|
Posted: Sun Sep 20, 2009 6:56 am Post subject: [Freeswitch-users] Call Tracing |
|
|
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 --------
Quote: | 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 <klaus.teller@gmx.net>
wrote:
Quote: | 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
Quote: | 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 --------
Quote: | switch.conf.xml (btw: in console you can enable/disable logging on the
| fly
Quote: | -
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 <klaus.teller@gmx.net>
wrote:
Quote: | Hi,
Say i have an inbound VoIP/SIP call that hits my FS box. Is it
|
|
| possible
Quote: | Quote: | to
Quote: | to extract information about the intermediate hops that the call or
|
|
| the
Quote: | Quote: | Quote: | signaling went through? If so, what information can i get?
Thanks,
Gregoire.
--
Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla
|
|
| Firefox
--
Muhammad Shahzad
-----------------------------------
CISCO Rich Media Communication Specialist (CRMCS)
CISCO Certified Network Associate (CCNA)
Cell: +92 334 422 40 88
MSN: shari_786pk@hotmail.com
Email: shaheryarkh@googlemail.com
|
--
GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
shaheryarkh at googlem... Guest
|
Posted: Mon Sep 21, 2009 3:53 am Post subject: [Freeswitch-users] Call Tracing |
|
|
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'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).
sofia profile external siptrace on
Please check your peer configuration and turn on sip trace on appropriate profile.
Thank you.
On Sun, Sep 20, 2009 at 5:49 PM, Klaus Teller <klaus.teller@gmx.net (klaus.teller@gmx.net)> wrote:
Quote: | 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 --------
Quote: | 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 <klaus.teller@gmx.net (klaus.teller@gmx.net)>
wrote:
Quote: | 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
Quote: | 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 --------
Quote: | switch.conf.xml (btw: in console you can enable/disable logging on the
| fly
Quote: | -
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 <klaus.teller@gmx.net (klaus.teller@gmx.net)>
wrote:
Quote: | Hi,
Say i have an inbound VoIP/SIP call that hits my FS box. Is it
|
|
| possible
Quote: | Quote: | to
Quote: | to extract information about the intermediate hops that the call or
|
|
| the
Quote: | Quote: | Quote: | signaling went through? If so, what information can i get?
Thanks,
Gregoire.
--
Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla
|
|
| Firefox
--
Muhammad Shahzad
-----------------------------------
CISCO Rich Media Communication Specialist (CRMCS)
CISCO Certified Network Associate (CCNA)
Cell: +92 334 422 40 88
MSN: shari_786pk@hotmail.com (shari_786pk@hotmail.com)
Email: shaheryarkh@googlemail.com (shaheryarkh@googlemail.com)
|
--
GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org (FreeSWITCH-users@lists.freeswitch.org)
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: shari_786pk@hotmail.com (shari_786pk@hotmail.com)
Email: shaheryarkh@googlemail.com (shaheryarkh@googlemail.com) |
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|