<span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; ">Hello List,<div><br></div><div>I have tried to read as much as I could and try out a bunch of things but it doesn&#39;t seem to be working. The scenario is that we have a FS setup as a call distributor to our internal SIP servers. The calls come into the FS when people call any of the 6000 or so DIDs we own. These DIDs are through various providers who&#39;s IP addresses we know (obviously). I want to receive / process only calls from these external IP addresses and nothing else. So I did the following in acl.conf.xml file</div>
<div><br></div><div><div>        &lt;list name=&quot;DIDProviders&quot; default=&quot;deny&quot;&gt;</div><div>          &lt;node type=&quot;allow&quot; cidr=&quot;64.XXX.XXX.XXX/32&quot;/&gt;</div><div>          &lt;node type=&quot;allow&quot; cidr=&quot;67.XXX.XXX.XXX/30&quot;/&gt;</div>
<div>           etc...</div><div>        &lt;/list&gt;</div><div><br></div><div>then I went into the $FSHOME/conf/sip_profiles/internal.xml and did the following:</div><div><br></div><div>&lt;param name=&quot;apply-inbound-acl&quot; value=&quot;DIDProviders&quot;/&gt;</div>
<div><br></div><div>but I still keep seeing calls from other IPs that are not in the &quot;DIDProviders&quot; list getting through. </div><div><br></div><div>What else do I need to do to prevent this? Should this not be in internal.xml but in external.xml?</div>
<div><br></div><div>TIA</div><div>\RR</div></div></span>