<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Set a profile to not auth, like the external profile is by default. &nbsp;Set the dial plan context in that profile appropriately to the destinations it should be able to reach.<div class=""><div class=""><br class=""></div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Jan 16, 2017, at 2:15 PM, Oleg Stolyar &lt;<a href="mailto:olegstolyar@gmail.com" class="">olegstolyar@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">Hi guys,<div class=""><br class=""></div><div class="">I need to allow all calls on a profile to go through regardless of where they came from.&nbsp; One way to do it is to create my own ACL list like this:</div><div class=""><br class=""></div><div class=""><div class="">&nbsp; &nbsp; &lt;list name="open" default="allow"&gt;</div><div class="">&nbsp; &nbsp; &nbsp; &lt;node type="allow" cidr="<a href="http://192.168.42.42/32" class="">192.168.42.42/32</a>"/&gt; //Note that it does not work without at least one node in the list even if the list's default is "allow"<br class=""></div><div class="">&nbsp; &nbsp; &lt;/list&gt;</div></div><div class=""><br class=""></div><div class="">and then use that in my sip profile:</div><div class="">&lt;param name="apply-inbound-acl" value="open"/&gt;<br class=""></div><div class=""><br class=""></div><div class="">This works but is there a more standard way to do it?</div></div></div></blockquote></div><br class=""></div></div></body></html>