Because you&#39;re matching the destination_number &quot;gw_test&quot;. The logs show you&#39;re dialing 1234 and then ext_translate_extsrc though, which don&#39;t match that condition.<br><br>-Steve<br><br><br><div class="gmail_quote">

2011/4/12 Boris Kovalenko <span dir="ltr">&lt;<a href="mailto:boris@tagnet.ru">boris@tagnet.ru</a>&gt;</span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

Of course... my gw is looking in public context:<br>
2011-04-12 18:06:52.529284 [INFO] mod_dialplan_xml.c:331 Processing test<br>
gw &lt;12&gt;-&gt;1234 in context public<br>
2011-04-12 18:06:52.530329 [INFO] mod_dialplan_xml.c:331 Processing test<br>
gw &lt;12&gt;-&gt;ext_translate_extsrc in context features<br>
<br>
But why the extension I configured does not work for it?<br>
<div><div></div><div class="h5"><br>
&gt; Hello,<br>
&gt;<br>
&gt; 12.04.2011, 13:57, &quot;Boris Kovalenko&quot;&lt;<a href="mailto:boris@tagnet.ru">boris@tagnet.ru</a>&gt;;:<br>
&gt;<br>
&gt;&gt;   Hello!<br>
&gt;&gt;<br>
&gt;&gt;        Hmm... I thinked GW is defined within profile not within context???<br>
&gt; Pardon, of course you are right.. in general.<br>
&gt; I meant that context public linked to external profile by default if you didn&#39;t set it explicitly elsewhere.<br>
&gt; So if you defined your GW in internal profile it will search ext in default context, not public.<br>
&gt;<br>
&gt; btw, you can declare gw in directory and even in user record:<br>
&gt; <a href="http://wiki.freeswitch.org/wiki/Clarification:gateways" target="_blank">http://wiki.freeswitch.org/wiki/Clarification:gateways</a><br>
&gt;<br>
&gt;&gt;&gt;    Hello,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;    12.04.2011, 08:55, &quot;Boris Kovalenko&quot;&lt;<a href="mailto:boris@tagnet.ru">boris@tagnet.ru</a>&gt;;;:<br>
&gt;&gt;&gt;&gt;    Hello!<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;          I have profile named ipbx with gateway defined:<br>
&gt;&gt;&gt;&gt;    &lt;include&gt;<br>
&gt;&gt;&gt;&gt;    &lt;gateway name=&quot;<a href="http://test.tagnet.hn" target="_blank">test.tagnet.hn</a>&quot;&gt;<br>
&gt;&gt;&gt;&gt;    &lt;!--/// account username *required* ///--&gt;<br>
&gt;&gt;&gt;&gt;    &lt;param name=&quot;username&quot; value=&quot;test&quot;/&gt;<br>
&gt;&gt;&gt;&gt;    &lt;!--/// auth realm: *optional* same as gateway name, if blank ///--&gt;<br>
&gt;&gt;&gt;&gt;    &lt;param name=&quot;realm&quot; value=&quot;public&quot;/&gt;<br>
&gt;&gt;&gt;&gt;    &lt;!--/// username to use in from: *optional* same as  username, if blank<br>
&gt;&gt;&gt;&gt;    ///--&gt;<br>
&gt;&gt;&gt;&gt;    &lt;param name=&quot;from-user&quot; value=&quot;gw_test&quot;/&gt;<br>
&gt;&gt;&gt;&gt;    &lt;!--/// account password *required* ///--&gt;<br>
&gt;&gt;&gt;&gt;    &lt;param name=&quot;password&quot; value=&quot;2007&quot;/&gt;<br>
&gt;&gt;&gt;&gt;    &lt;!--/// extension for inbound calls: *optional* same as username, if<br>
&gt;&gt;&gt;&gt;    blank ///<br>
&gt;&gt;&gt;&gt;    --&gt;<br>
&gt;&gt;&gt;&gt;    &lt;param name=&quot;extension&quot; value=&quot;gw_test&quot;/&gt;<br>
&gt;&gt;&gt;&gt;    There is an extension in context public:<br>
&gt;&gt;&gt;&gt;    &lt;extension name=&quot;gw_test&quot;&gt;<br>
&gt;&gt;&gt;&gt;    &lt;condition field=&quot;destination_number&quot; expression=&quot;^gw_test$&quot;&gt;<br>
&gt;&gt;&gt;&gt;    &lt;action application=&quot;info&quot; data=&quot;ALERT&quot;/&gt;<br>
&gt;&gt;&gt;&gt;    &lt;action application=&quot;hangup&quot; data=&quot;NO_ROUTE_DESTINATION&quot;/&gt;<br>
&gt;&gt;&gt;&gt;    &lt;/condition&gt;<br>
&gt;&gt;&gt;&gt;    &lt;/extension&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;    So, my inbound calls from this gateway should go to extension gw_test?<br>
&gt;&gt;&gt;&gt;    But they don&#39;t...<br>
&gt;&gt;&gt;&gt;    What is wrong with my config? FreeSWITCH Version 1.0.head (git-1c95ad9<br>
&gt;&gt;&gt;&gt;    2011-01-20 22-43-50 -0300)<br>
&gt;&gt;&gt;    Is this GW defined in public context?<br>
&gt;&gt;&gt;    Hint: realm != context!<br>
&gt;&gt;&gt;    Pls, look at example &#39;incoming.xml&#39; in public profile in default config set<br>
&gt;&gt;   --<br>
&gt;&gt;   С уважением,<br>
&gt;&gt;     Борис Коваленко<br>
&gt;&gt;     ЗАО &quot;Тагнет&quot;<br>
&gt;&gt;     (3435) 494991<br>
&gt;&gt;<br>
&gt;&gt;   _______________________________________________<br>
&gt;&gt;   FreeSWITCH-users mailing list<br>
&gt;&gt;   <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;&gt;   <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt;   UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt;   <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br>
<br>
--<br>
С уважением,<br>
   Борис Коваленко<br>
   ЗАО &quot;Тагнет&quot;<br>
   (3435) 494991<br>
<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>
</div></div></blockquote></div><br><div style="visibility: hidden; left: -5000px; position: absolute; z-index: 9999; padding: 0px; margin-left: 0px; margin-top: 0px; overflow: hidden; word-wrap: break-word; color: black; font-size: 10px; text-align: left; line-height: 130%;" id="avg_ls_inline_popup">

</div>