<div dir="ltr">The point is that the gateway registers using a random port as the source port 52762 and then when the INVITE comes how would that be associated with the SIP profile?</div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Mon, Apr 14, 2014 at 5:03 PM, Luis F Urrea <span dir="ltr">&lt;<a href="mailto:lfurrea@gmail.com" target="_blank">lfurrea@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr"><div>Hi all, </div><div><br></div><div>I am trying to receive a call through a gateway that is suing registration on external profile and I don&#39;t clearly understand how to configure the extension to receive the call. </div>

<div><br></div><div>I appears from the example.xml gateway configuration that the an extension name with the username used for gateway registration can be used to get the dialplan to accept the call.</div><div><br></div>
<div>
I assume  this  needs to be configured on the public context, however I see the INVITE coming in, but the dialplan never kicks in.</div><div><br></div><div>Do I have to receive the INVITE at port 5080? If that is the case, registration doesn&#39;t really make sense.</div>

<div><br></div><div>public.xml</div><div><br></div><div><div>&lt;extension name=&quot;tone_detect&quot;&gt;</div><div>      &lt;condition field=&quot;destination_number&quot; expression=&quot;^tone_detect$&quot;&gt;</div>

<div>        &lt;action application=&quot;pre_answer&quot;/&gt;</div><div>        &lt;action application=&quot;sleep&quot; data=&quot;20000&quot;/&gt;</div><div>        &lt;action application=&quot;answer&quot;/&gt;</div>

<div>        &lt;action application=&quot;sleep&quot; data=&quot;1000&quot;/&gt;</div><div>        &lt;action application=&quot;playback&quot; data=&quot;voicemail/vm-goodbye.wav&quot;/&gt;</div><div>        &lt;action application=&quot;hangup&quot;/&gt;</div>

<div>      &lt;/condition&gt;</div><div>    &lt;/extension&gt;</div></div><div><br></div><div><br></div><div>Gateway config</div><div><br></div><div><div>&lt;include&gt;</div><div>  &lt;gateway name=&quot;tone_detect&quot;&gt;</div>

<div>  &lt;param name=&quot;username&quot; value=&quot;tone_detect&quot;/&gt;</div></div><div>  &lt;...snip...&gt;</div><div>&lt;/include&gt;</div><div><br></div><div>Thanks in advance for your help.</div><div><br></div>
<div>
<br></div></div>
</blockquote></div><br></div>