Hi,<br><br>I&#39;m using permission module&#39;s function check_source_address(), the problem I&#39;m facing is that I can not add not than more 8 IPs in address table, but I want to permit more than 100 IPs. I only want to use these IPs on group 0 what I am using. When I enter more than 8 IPs in address table and make a call, I observe a message i.e. not found in hash table.My opensips.cfg configuration for check_source_address() is listed below;<br>
<br>  if (is_method(&quot;INVITE&quot;) &amp;&amp; check_source_address(&quot;0&quot;)) {<br>                log(&quot;########INVITE#######################&quot;);<br>                ds_select_domain(&quot;1&quot;,&quot;4&quot;);<br>
                forward();<br>                route(1);<br>                log(&quot;#####END&quot;);<br>                setflag(1);<br>        }<br><br><br>Kindly advise me how to increase cache of OpenSIPs database tables so I can reslove my case. Further added, how can I enter domain name in &#39;ip&#39; column section of address table i.e. <a href="http://abc.com">abc.com</a> can&#39;t be used and gives me an error, kindly advise this well.<br clear="all">
<br>-- <br>Regards,<br><br>Ahmed Munir<br><br><br>