Hi,<br><br>I'm using permission module's function check_source_address(), the problem I'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("INVITE") && check_source_address("0")) {<br> log("########INVITE#######################");<br> ds_select_domain("1","4");<br>
forward();<br> route(1);<br> log("#####END");<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 'ip' column section of address table i.e. <a href="http://abc.com">abc.com</a> can'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>