What acl do you use @ external profile? Also, don't forget to reloadacl.<div class="gmail_extra"><br><br><div class="gmail_quote">2012/11/29 Gregor Nanger <span dir="ltr"><<a href="mailto:gregor@infomedia.si" target="_blank">gregor@infomedia.si</a>></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><list name="testdid" default="deny"></div><div><span style="white-space:pre-wrap">                </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>
<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>