<div dir="ltr">Hi guys,<div><br></div><div>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><br></div><div><div>    &lt;list name=&quot;open&quot; default=&quot;allow&quot;&gt;</div><div>      &lt;node type=&quot;allow&quot; cidr=&quot;<a href="http://192.168.42.42/32">192.168.42.42/32</a>&quot;/&gt; //Note that it does not work without at least one node in the list even if the list&#39;s default is &quot;allow&quot;<br></div><div>    &lt;/list&gt;</div></div><div><br></div><div>and then use that in my sip profile:</div><div>&lt;param name=&quot;apply-inbound-acl&quot; value=&quot;open&quot;/&gt;<br></div><div><br></div><div>This works but is there a more standard way to do it?</div></div>