Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

[Freeswitch-users] Call Tracing


 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users
View previous topic :: View next topic  
Author Message
klaus.teller at gmx.net
Guest





PostPosted: Sat Sep 19, 2009 9:28 pm    Post subject: [Freeswitch-users] Call Tracing Reply with quote

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
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
tculjaga at gmail.com
Guest





PostPosted: Sun Sep 20, 2009 3:45 am    Post subject: [Freeswitch-users] Call Tracing Reply with 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 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
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
Back to top
klaus.teller at gmx.net
Guest





PostPosted: Sun Sep 20, 2009 5:49 am    Post subject: [Freeswitch-users] Call Tracing Reply with 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:
Datum: Sun, 20 Sep 2009 10:33:01 +0200
Von: Tihomir Culjaga <tculjaga@gmail.com>
An: freeswitch-users@lists.freeswitch.org
Betreff: Re: [Freeswitch-users] Call Tracing

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
-
Quote:
sicherer, schneller und einfacher! http://portal.gmx.net/de/go/chbrowser

_______________________________________________
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


--
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





PostPosted: Sun Sep 20, 2009 6:20 am    Post subject: [Freeswitch-users] Call Tracing Reply with 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 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:
Datum: Sun, 20 Sep 2009 10:33:01 +0200
Von: Tihomir Culjaga <tculjaga@gmail.com (tculjaga@gmail.com)>
An: freeswitch-users@lists.freeswitch.org (freeswitch-users@lists.freeswitch.org)
Betreff: Re: [Freeswitch-users] Call Tracing

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
-
Quote:
sicherer, schneller und einfacher! http://portal.gmx.net/de/go/chbrowser

_______________________________________________
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


--
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





PostPosted: Sun Sep 20, 2009 6:56 am    Post subject: [Freeswitch-users] Call Tracing Reply with 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:
Datum: Sun, 20 Sep 2009 17:11:50 +0600
Von: Muhammad Shahzad <shaheryarkh@googlemail.com>
An: freeswitch-users@lists.freeswitch.org
Betreff: Re: [Freeswitch-users] Call Tracing

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:
Datum: Sun, 20 Sep 2009 10:33:01 +0200
Von: Tihomir Culjaga <tculjaga@gmail.com>
An: freeswitch-users@lists.freeswitch.org
Betreff: Re: [Freeswitch-users] Call Tracing

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
Quote:
3
Quote:
-
Quote:
sicherer, schneller und einfacher!
http://portal.gmx.net/de/go/chbrowser
Quote:
Quote:

_______________________________________________
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
Quote:
Quote:
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
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
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





PostPosted: Mon Sep 21, 2009 3:53 am    Post subject: [Freeswitch-users] Call Tracing Reply with quote

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:
Datum: Sun, 20 Sep 2009 17:11:50 +0600
Von: Muhammad Shahzad <shaheryarkh@googlemail.com (shaheryarkh@googlemail.com)>

Quote:
An: freeswitch-users@lists.freeswitch.org (freeswitch-users@lists.freeswitch.org)
Betreff: Re: [Freeswitch-users] Call Tracing

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:
Datum: Sun, 20 Sep 2009 10:33:01 +0200
Von: Tihomir Culjaga <tculjaga@gmail.com (tculjaga@gmail.com)>
An: freeswitch-users@lists.freeswitch.org (freeswitch-users@lists.freeswitch.org)
Betreff: Re: [Freeswitch-users] Call Tracing

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
Quote:
3
Quote:
-
Quote:
sicherer, schneller und einfacher!
http://portal.gmx.net/de/go/chbrowser
Quote:
Quote:

_______________________________________________
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
Quote:
Quote:
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
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)



--

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
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
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

VoiceMeUp - Corporate & Wholesale VoIP Services