[Freeswitch-users] Sofia gateway variables
Stanislav Sinyagin
ssinyagin at yahoo.com
Sun Nov 4 00:32:46 MSK 2012
Problem is resolved:
http://jira.freeswitch.org/browse/FS-4791
Wiki documented a wrong syntax (data="xx" instead of value="xx"), and I
updated the wiki pages where I could find it.
----- Original Message -----
> From: Stanislav Sinyagin <ssinyagin at yahoo.com>
> To: Free SWITCH Users Help <freeswitch-users at lists.freeswitch.org>
> Cc:
> Sent: Thursday, November 1, 2012 10:00 PM
> Subject: [Freeswitch-users] Sofia gateway variables
>
> 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
>
Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-users
mailing list