[Freeswitch-users] Sofia gateway variables

Stanislav Sinyagin ssinyagin at yahoo.com
Fri Nov 2 00:00:42 MSK 2012


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




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