Chances are, if you can&#39;t route with 100 route blocks, you&#39;re doing something inefficient. Of course, this is debatable, but there are many mechanisms to route calls other than route blocks. Check out drouting for example.<div>

<br></div><div>-Brett</div><div><br><div><br><br><div class="gmail_quote">On Tue, May 19, 2009 at 4:00 PM, Patrick <span dir="ltr">&lt;<a href="mailto:phigaro@dmv.com">phigaro@dmv.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Would having more than 100 route tables mean I might run into issues<br>
with private memory?  The is no command argument to change that<br>
(unlike shared mem)...<br>
<div><div></div><div class="h5"><br>
<br>
On May 19, 2009, at 4:57 PM, Norman Brandinger wrote:<br>
<br>
Take a look at config.h, specifically the following setting:<br>
<br>
#define RT_NO 100<br>
<br>
You&#39;ll have to recompile after changing the value.<br>
<br>
Regards,<br>
Norm<br>
<br>
Patrick wrote:<br>
&gt; Hello,<br>
&gt;     I&#39;ve run into a limitation in the config file.   I&#39;m defining<br>
&gt; routes tables as<br>
&gt;<br>
&gt; route[1] {<br>
&gt;    ...<br>
&gt; }<br>
&gt;<br>
&gt; ....<br>
&gt;<br>
&gt; route[100] {<br>
&gt;    ...<br>
&gt; }<br>
&gt;<br>
&gt;<br>
&gt; opensips: CRITICAL:core:yyerror: parse error in config file, line<br>
&gt; 2000, column 1-2: invalid routing table number<br>
&gt;<br>
&gt;<br>
&gt; Is there a limit of only 1-99 for routing tables?   Also, do these<br>
&gt; numbers have to be sequential?<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; Thanks,<br>
&gt;<br>
&gt; Patrick<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>
&gt;<br>
<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>
</div></div></blockquote></div><br></div></div>