What acl do you use @ external profile? Also, don&#39;t forget to reloadacl.<div class="gmail_extra"><br><br><div class="gmail_quote">2012/11/29 Gregor Nanger <span dir="ltr">&lt;<a href="mailto:gregor@infomedia.si" target="_blank">gregor@infomedia.si</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi!<div><br></div><div>I have DID provider and give me only IP from where call will come. So I need to configure gateway without authentication. I read several posts and h ere is what have I done</div>
<div><br></div><div>in acl.conf.xml i add:</div>
<div><br></div><div><div>&lt;list name=&quot;testdid&quot; default=&quot;deny&quot;&gt;</div><div><span style="white-space:pre-wrap">                </span>&lt;node type=&quot;allow&quot; cidr=&quot;xxx.xxx.xxx.xxx/32&quot;/&gt;</div>

<div>&lt;/list&gt;</div></div><div><br></div><div>then in dialplan\public\00_inbound_did.xml I add</div><div><div>&lt;include&gt;</div><div>  &lt;extension name=&quot;public_did&quot;&gt;</div><div>    &lt;condition field=&quot;destination_number&quot; expression=&quot;^(mydidnumber)$&quot;&gt;</div>

<div>      &lt;action application=&quot;set&quot; data=&quot;domain_name=$${domain}&quot;/&gt;</div><div>      &lt;!-- This example maps the DID 5551212 to ring 1000 in the default context --&gt;</div><div>      &lt;action application=&quot;transfer&quot; data=&quot;1000 XML default&quot;/&gt;</div>

<div>    &lt;/condition&gt;</div><div>  &lt;/extension&gt;</div><div>&lt;/include&gt;</div></div><div><br></div><div>What I see in console I keep getting rejected by ACL &quot;domains&quot;</div><div><br></div><div>If I understand correctly if IP of inbound call is in ACL then call is transfered to public dialplan?</div>

<div><br></div><div>I need this gateway only for inbound calls.</div><div><br></div><div>Please, any suggestions?</div>
<br>_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><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>
<br></blockquote></div><br></div>