i have the following in my gateway.msl file kept under
conf/directory/default/

<include>
  <user id="id">
    <gateways>
      <gateway name="sip.server.com">
        
        
        
        
        
        
        
      </gateway>
    </gateways>
    <params>
      
    </params>
  </user>
</include>

on freeswitch start it registers also and in my dialplan i have:

    <extension name="india">
      <condition field="destination_number" expression="^919825967120$">
      <action application="bridge" data="sofia/gateway/sip.server.com/$1"/>
      </condition>
    </extension>

but when i call that number, its unable to bridge to the gateway and it says
route not available
-- 
View this message in context: 
http://www.nabble.com/cant-dial-through-registered-gateway-in-windows-2k3-tp19513366p19513366.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.


_______________________________________________
Freeswitch-users mailing list
[email protected]
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

Reply via email to