[Freeswitch-users] Still can't understand gateways

Boris Kovalenko boris at tagnet.ru
Tue Apr 12 08:55:03 MSD 2011


Hello!

     I have profile named ipbx with gateway defined:
<include>
<gateway name="test.tagnet.hn">
<!--/// account username *required* ///-->
<param name="username" value="test"/>
<!--/// auth realm: *optional* same as gateway name, if blank ///-->
<param name="realm" value="public"/>
<!--/// username to use in from: *optional* same as  username, if blank 
///-->
<param name="from-user" value="gw_test"/>
<!--/// account password *required* ///-->
<param name="password" value="2007"/>
<!--/// extension for inbound calls: *optional* same as username, if 
blank ///
-->
<param name="extension" value="gw_test"/>
<!--/// proxy host: *optional* same as realm, if blank ///-->
<param name="proxy" value="192.168.3.253"/>
<!--/// send register to this proxy: *optional* same as proxy, if blank 
///-->
<!--<param name="register-proxy" value="mysbc.com"/>-->
<!--/// expire in seconds: *optional* 3600, if blank ///-->
<!--<param name="expire-seconds" value="60"/>-->
<!--/// do not register ///-->
<param name="register" value="false"/>
<!-- which transport to use for register -->
<!--<param name="register-transport" value="udp"/>-->
<!--How many seconds before a retry when a failure or timeout occurs -->
<!--<param name="retry-seconds" value="30"/>-->
<!--Use the callerid of an inbound call in the from field on outbound 
calls vi
a this gateway -->
<!--<param name="caller-id-in-from" value="false"/>-->
<!--extra sip params to send in the contact-->
<!--<param name="contact-params" value="tport=tcp"/>-->
<!--send an options ping every x seconds, failure will unregister and/or 
mark
it down-->
<!--<param name="ping" value="25"/>-->
</gateway>
</include>


Gateway is present with running profile:
60      RUNNING (1)
      ipbx::test.tagnet.hn       gateway                     
sip:test at 192.168.3.253      NOREG


There is an extension in context public:
<extension name="gw_test">
<condition field="destination_number" expression="^gw_test$">
<action application="info" data="ALERT"/>
<action application="hangup" data="NO_ROUTE_DESTINATION"/>
</condition>
</extension>


So, my inbound calls from this gateway should go to extension gw_test? 
But they don't...
What is wrong with my config? FreeSWITCH Version 1.0.head (git-1c95ad9 
2011-01-20 22-43-50 -0300)

-- 
С уважением,
   Борис Коваленко
   ЗАО "Тагнет"
   (3435) 494991





More information about the FreeSWITCH-users mailing list