Bogda, <br>Wow that was quick. Thank you, <br><br>I found one more issue, <br>I have this entry in address table<br><table id="table_results" class="data"><tbody><tr class="even"><td class="nowrap" align="right">944</td>
    <td class="nowrap" align="right">0</td>
    <td style="border: 1px solid rgb(255, 204, 153);">65.211.120.237</td>
    <td class="nowrap" align="right">32</td>
    <td class="nowrap" align="right">0</td>
    <td>any</td>
    <td>^sip:.*$</td>
    <td><i>NULL</i></td>
    <td class="nowrap" align="right">0</td>
    <td>some descriptiond</td></tr></tbody></table><br>Here is a check in my route block<br> if (check_source_address(&quot;0&quot;,&quot;$avp(i:9)&quot;)) { <br>   t_rely(); <br>} else {<br>  xlog(&quot;Monitor Request not from trusted source from $fu to $ru from IP $si &quot;);<br>
   sl_send_reply(&quot;403&quot;, &quot;Forbidden, we dont trust you&quot;);<br>}<br><br>../../sbin/opensipsctl fifo address_dump | grep &quot;65.211.120.237&quot;<br><br>12 &lt;65.211.120.237,0, 0, 0, ^sip:.*$, NULL&gt;<br>
<br>I always get 403. <br>Is there a limit in address table. <br><br>-Jai<br><br><br><div class="gmail_quote">On Thu, Dec 10, 2009 at 12:24 AM, Bogdan-Andrei Iancu <span dir="ltr">&lt;<a href="mailto:bogdan@voice-system.ro">bogdan@voice-system.ro</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi Jai,<br>
<br>
I think you are correct - the permission table should also be more<br>
permissive when comes to the errors and skip bogus entries. I will ask<br>
the maintainer (Irina) to fix this problem.<br>
<br>
Thanks for the report,<br>
Bogdan<br>
<div><div></div><div class="h5"><br>
Jai Rangi wrote:<br>
&gt; Not sure if this this the right place for this post. May be I should<br>
&gt; post it on developers mailing list.  Please suggest.<br>
&gt;<br>
&gt; Just installed opensip1.6 with Mysql, drouting and permissions module.<br>
&gt; Did not take long to get it configure and get it going. Documentations<br>
&gt; is wonderful.<br>
&gt; While testing I noticed that,<br>
&gt;<br>
&gt; 1. If there is any invalid entry in dr_routing tables, and I reload<br>
&gt; the dr_routing it spit the error for the mistyped/wrong entry and<br>
&gt; loads rest of the valid entries. Same thing with startup. Opensip will<br>
&gt; start up just fine even if there are some invalid rules in the table<br>
&gt; and throws the error with ruleid.<br>
&gt;<br>
&gt; 2. On the other hand address table does not work that way. If there is<br>
&gt; any space (Typo) in the IP address, opensip wont start and wont reload<br>
&gt; the address table.<br>
&gt; I have to put the valid IP address, there is not option for dynamic<br>
&gt; domain names. (For people who does not have static IP). Not only that<br>
&gt; it does not even tell which IP has a problem that makes it even harder<br>
&gt; to debug when you have thousands of IPs in the trusted tables.<br>
&gt;<br>
&gt; I was wondering if there is a work around for this. I would like<br>
&gt; opensip to startup (or successful address_reload) with all the valid<br>
&gt; entries and throw an error for invalid entries. Also having the<br>
&gt; ability to add an domain would be nice.<br>
&gt;<br>
&gt; Any thoughts??<br>
&gt;<br>
&gt; -Jai<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
</div></div>&gt; ------------------------------------------------------------------------<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Users mailing list<br>
&gt; <a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br>
&gt; <a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
&gt;<br>
<br>
<br>
--<br>
Bogdan-Andrei Iancu<br>
<a href="http://www.voice-system.ro" target="_blank">www.voice-system.ro</a><br>
<br>
<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br>
<a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
</blockquote></div><br>