Prabin,<br><br>Thank you for posting the configs. It is difficult to say what is wrong at this point because we don&#39;t know exactly what you are dialing. Could you please use <a href="http://pastebin.freeswitch.org">pastebin.freeswitch.org</a> and give us some call examples? Capture the debug output from the FreeSWITCH console. Also, be sure to say what phone is making the call and what digits the phone is dialing. You might actually be able to figure it out by looking at the debug output. If you are using fs_cli then debug mode is on automatically. If you are at the actual FreeSWITCH console (meaning that you did NOT start freeswitch with the -nc flag) then be sure to press F8 or type &quot;console loglevel debug&quot; to enable debug level output. See also this page for lots of handy tips on reporting information for troubleshooting:<br>
<a href="http://wiki.freeswitch.org/wiki/Reporting_Bugs">http://wiki.freeswitch.org/wiki/Reporting_Bugs</a><br><br>-MC<br><br><div class="gmail_quote">On Sat, Mar 13, 2010 at 10:22 PM, Prabin Shrestha <span dir="ltr">&lt;<a href="mailto:nepaligas@yahoo.com">nepaligas@yahoo.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">hello,<br>
<br>
My extension are working properly. But they can&#39;t send calls to gateway. I have 2 interfaces, one with public and another with private lan. Gateway is in private lan. Please suggest.<br>
My configurations are as follows:<br>
<br>
/conf/sip_profiles/external.xml:<br>
    &lt;param name=&quot;rtp-ip&quot; value=&quot;110.4.12.111&quot;/&gt;<br>
    &lt;param name=&quot;sip-ip&quot; value=&quot;110.4.12.111&quot;/&gt;<br>
    &lt;param name=&quot;ext-rtp-ip&quot; value=&quot;auto-nat&quot;/&gt;<br>
    &lt;param name=&quot;ext-sip-ip&quot; value=&quot;auto-nat&quot;/&gt;<br>
<br>
/conf/sip_profiles/internal.xml:<br>
     &lt;param name=&quot;rtp-ip&quot; value=&quot;192.168.1.11&quot;/&gt;<br>
     &lt;param name=&quot;sip-ip&quot; value=&quot;192.168.1.11&quot;/&gt;<br>
    &lt;param name=&quot;hold-music&quot; value=&quot;$${hold_music}&quot;/&gt;<br>
    &lt;param name=&quot;apply-nat-acl&quot; value=&quot;nat.auto&quot;/&gt;<br>
<br>
haven&#39;t made any changes in conf/autoload_configs/acl.conf.xml<br>
<br>
to route calls from providers, /dialplan/public/providers.xml:<br>
    &lt;extension name=&quot;provider&quot;&gt;<br>
    &lt;condition field=&quot;network_addr&quot; expression=&quot;200.144.44.177&quot;/&gt;<br>
    &lt;condition field=&quot;destination_number&quot; expression=&quot;^(\d+)$&quot;&gt;<br>
        &lt;action application=&quot;transfer&quot; data=&quot;$1 XML context_AX&quot;/&gt;<br>
    &lt;/condition&gt;<br>
   &lt;/extension&gt;<br>
<br>
gateway is defined at /conf/sip_profiles/internal/gateways.xml:<br>
   &lt;include&gt;<br>
   &lt;gateway name=&quot;gateway_AX&quot;&gt;<br>
    &lt;param name=&quot;username&quot; value=&quot;admin&quot;/&gt;<br>
    &lt;param name=&quot;password&quot; value=&quot;nepal123&quot;/&gt;<br>
    &lt;param name=&quot;proxy&quot; value=&quot;192.168.1.100&quot;/&gt;<br>
    &lt;param name=&quot;register&quot; value=&quot;false&quot;/&gt;<br>
    &lt;param name=&quot;extension&quot; value=&quot;1001&quot;/&gt;<br>
    &lt;/gateway&gt;<br>
   &lt;/include&gt;<br>
<br>
<br>
To route internal calls from extensions, /conf/dialplan/default.xml:<br>
&lt;extension name=&quot;my_internal&quot;&gt;<br>
    &lt;!--&lt;condition field=&quot;${ruleset}&quot; expression=&quot;internal&quot; /&gt; --&gt;<br>
    &lt;condition field=&quot;destination_number&quot; expression=&quot;^(d+)$&quot;&gt;<br>
      &lt;action application=&quot;bridge&quot; data=&quot;sofia/gateway/gateway_AX/$1&quot;/&gt;<br>
    &lt;/condition&gt;<br>
  &lt;/extension&gt;<br>
<br>
to route calls from providers, conf/dialplan/inbound_routing.xml:<br>
&lt;context name=&quot;context_AX&quot;&gt;<br>
    &lt;extension name=&quot;from_provider_to_AX&quot;&gt;<br>
    &lt;!--&lt;condition field=&quot;destination_number&quot; expression=&quot;^00(1.*)$&quot;&gt;--&gt;<br>
    &lt;condition field=&quot;destination_number&quot; expression=&quot;^9(\d+)$&quot;&gt;<br>
    &lt;action application=&quot;bridge&quot; data=&quot;sofia/gateway/gateway_AX/$1&quot;/&gt;<br>
    &lt;/condition&gt;<br>
    &lt;/extension&gt;<br>
&lt;/context&gt;<br>
<br>
Please help.<br>
<br>
<br>
      The INTERNET now has a personality. YOURS! See your Yahoo! Homepage. <a href="http://in.yahoo.com/" target="_blank">http://in.yahoo.com/</a><br>
<br>
<br>
_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</blockquote></div><br>