<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>