<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. 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 <<a href="mailto:olegstolyar@gmail.com" class="">olegstolyar@gmail.com</a>> 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. One way to do it is to create my own ACL list like this:</div><div class=""><br class=""></div><div class=""><div class=""> <list name="open" default="allow"></div><div class=""> <node type="allow" cidr="<a href="http://192.168.42.42/32" class="">192.168.42.42/32</a>"/> //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=""> </list></div></div><div class=""><br class=""></div><div class="">and then use that in my sip profile:</div><div class=""><param name="apply-inbound-acl" value="open"/><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>