[Freeswitch-users] Sofia gateway variables

Avi Marcus avi at avimarcus.net
Fri Nov 2 00:40:02 MSK 2012


Several silly questions to help start debugging:

1) Did you kill the gateway and restart it since adding in this variable?
reloadxml doesn't update active gateways.
2) Are you sure the call is actually coming in through the gateway and not
directly to the sip address?
3) Is the debug extension actually executing? Are you
sure ${call_debug}==true -- that lines runs in your logs?

-Avi


On Thu, Nov 1, 2012 at 11:00 PM, Stanislav Sinyagin <ssinyagin at yahoo.com>wrote:

> I've got the following SIP gateway which registers successfully at the
> ITSP:
>
>   <gateway name="sipcall_41325133196">
>     <param name="username" value="41325133196"/>
>     <param name="password" value="XXXXXXXXXX"/>
>     <param name="extension" value="0325133196"/>
>     <param name="expire-seconds" value="125"/>
>     <param name="register" value="true"/>
>     <param name="register-transport" value="udp"/>
>     <param name="proxy" value="free2.voipgateway.org"/>
>     <param name="retry-seconds" value="30"/>
>     <param name="caller-id-in-from" value="false"/>
>     <param name="ping" value="27"/>
>     <variables>
>      <variable name="sbc_callee_ccode" data="41" direction="inbound"/>
>      <variable name="sbc_caller_ccode" data="41" direction="inbound"/>
>     </variables>
>   </gateway>
>
>
> Then the call from PSTN goes into the proper context, and the first
> condition in the context is:
>
>    <extension name="call_debug" continue="true">
>      <condition field="${call_debug}" expression="^true$" break="never">
>        <action application="info"/>
>        <action application="log" data="INFO Country code:
> ${sbc_callee_ccode}"/>
>      </condition>
>    </extension>
>
>
> Neither the info, nor the log show my two variables on inbound calls.
>
>
> Am I doing something wrong or is it a bug?
>
> I'm using git commit 94664868a8 in v1.2.stable branch
>
>
>
> thanks,
> stanislav
>
>
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org
> http://www.freeswitchsolutions.com
>
> 
> 
>
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://wiki.freeswitch.org
> http://www.cluecon.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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20121101/2cf8c8ee/attachment-0001.html 


Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-users mailing list