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><list name="testdid" default="deny"></div><div><span class="Apple-tab-span" style="white-space:pre">                </span><node type="allow" cidr="xxx.xxx.xxx.xxx/32"/></div>
<div></list></div></div><div><br></div><div>then in dialplan\public\00_inbound_did.xml I add</div><div><div><include></div><div> <extension name="public_did"></div><div> <condition field="destination_number" expression="^(mydidnumber)$"></div>
<div> <action application="set" data="domain_name=$${domain}"/></div><div> <!-- This example maps the DID 5551212 to ring 1000 in the default context --></div><div> <action application="transfer" data="1000 XML default"/></div>
<div> </condition></div><div> </extension></div><div></include></div></div><div><br></div><div>What I see in console I keep getting rejected by ACL "domains"</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>