<HTML><BODY>
<div>Hi All,<br>
<br>
I am using the following if statement to allow certain calls from pre authorized IPs. <br>
<br>
if ( method == "INVITE" && src_ip != 195.xxx.xxx.xx &&
src_ip != 195.xxx.xxx.xx && src_ip != 195.xxx.xxx.xx &&
src_ip != 195.xxx.xxx.xx) {<br>
<br>
<br>
My issues is the number of IPs that need to be authorized this way is
getting large and was wondering if there's a module that can be used to
read config date from a config file ? <br>
<br>
regards,<br>
<br>
Ron</div>
<div class="AOLPromoFooter">
<hr style="margin-top:10px;" />
<a href="http://pr.atwola.com/promoclk/100122638x1081283466x1074645346/aol?redir=http%3A%2F%2Fwww%2Eaim%2Ecom%2Ffun%2Fmail%2F" target="_blank"><b>Check Out the new free AIM(R) Mail</b></a> -- 2 GB of storage and industry-leading spam and email virus protection.<br />
</div>
</BODY></HTML>