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 class="Apple-tab-span" style="white-space:pre">                </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>