Hi Irina,<div><br></div><div>Thanks for reply. After looking in forums I observed that on opensips version 1.6 has a bug and its bug fix is uploaded on svn. I recompile svn version 1.6 and test it and working ok.</div><div>
<br></div><div>But now I&#39;m facing weird problem, while using non-svn version 1.6 I was able to call to my asterisk boxes and media was passing on both ways. But when I recompile svn version 1.6 and make a call there is only one way voice from eyebeam to twinkle i.e. </div>
<div><br></div><div>eyebeam -----&gt; opensips ------&gt; asterisk ------&gt; twinkle </div><div>----------------------------------------------------------------------------&gt; twinkle can hear from eyebeam side </div><div>
&lt;---------------------------------------------------------------------------  eyebeam can&#39;t hear from twinkle side</div><div><br></div><div>Opensips and Asterisk both hosted on Public IPs and UAC are located at private network. Firewall is permitted on both servers and I&#39;m using stun for my UAC.</div>
<div><br></div><div>Kindly advise to sort this problem? But I don&#39;t understand why was media is passing both ways when using non-svn version? </div><div>Further added, I am also using module dispatcher.</div><div><br>
</div><div><br></div><div><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Date: Wed, 06 Jan 2010 16:36:44 +0200<br>
From: Irina Stanescu &lt;<a href="mailto:istanescu@opensips.org">istanescu@opensips.org</a>&gt;<br>
Subject: Re: [OpenSIPS-Users] How to increase cache in opensips tables<br>
To: OpenSIPS users mailling list &lt;<a href="mailto:users@lists.opensips.org">users@lists.opensips.org</a>&gt;<br>
Message-ID: &lt;<a href="mailto:4B449FFC.5050407@opensips.org">4B449FFC.5050407@opensips.org</a>&gt;<br>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br>
<br>
Hello Ahmed,<br>
<br>
<br>
Firstly, I need to see the log so I could understand better the error<br>
you get. I don&#39;t think the problem is that the cache is too small.<br>
<br>
Also, you cannot use 0 for the group id, the documentation says:<br>
&quot;group_id<br>
<br>
This argument represents the group id to be matched. It can be an<br>
integer string or a string pvar. If the group_id argument is &quot;0&quot;, the<br>
query can match any group in the cached address table&quot;<br>
<br>
<br>
Secondly, as the name suggests, the ip column is reserved for IPs only.<br>
You cannot add domain name addresses to this column.<br>
<br>
<br>
Regards,<br>
Irina Stanescu<br>
<br>
<br>
Ahmed Munir wrote:<br>
&gt; Hi,<br>
&gt;<br>
&gt; I&#39;m using permission module&#39;s function check_source_address(), the<br>
&gt; problem I&#39;m facing is that I can not add not than more 8 IPs in<br>
&gt; address table, but I want to permit more than 100 IPs. I only want to<br>
&gt; use these IPs on group 0 what I am using. When I enter more than 8 IPs<br>
&gt; in address table and make a call, I observe a message i.e. not found<br>
&gt; in hash table.My opensips.cfg configuration for check_source_address()<br>
&gt; is listed below;<br>
&gt;<br>
&gt;   if (is_method(&quot;INVITE&quot;) &amp;&amp; check_source_address(&quot;0&quot;)) {<br>
&gt;                 log(&quot;########INVITE#######################&quot;);<br>
&gt;                 ds_select_domain(&quot;1&quot;,&quot;4&quot;);<br>
&gt;                 forward();<br>
&gt;                 route(1);<br>
&gt;                 log(&quot;#####END&quot;);<br>
&gt;                 setflag(1);<br>
&gt;         }<br>
&gt;<br>
&gt;<br>
&gt; Kindly advise me how to increase cache of OpenSIPs database tables so<br>
&gt; I can reslove my case. Further added, how can I enter domain name in<br>
&gt; &#39;ip&#39; column section of address table i.e. <a href="http://abc.com" target="_blank">abc.com</a> &lt;<a href="http://abc.com" target="_blank">http://abc.com</a>&gt;<br>
&gt; can&#39;t be used and gives me an error, kindly advise this well.<br>
&gt;<br>
&gt; --<br>
&gt; Regards,<br>
&gt;<br>
&gt; Ahmed Munir<br><br></blockquote></div><br>-- <br>Regards,<br><br>Ahmed Munir<br><br><br>
</div>