Chances are, if you can't route with 100 route blocks, you'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"><<a href="mailto:phigaro@dmv.com">phigaro@dmv.com</a>></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'll have to recompile after changing the value.<br>
<br>
Regards,<br>
Norm<br>
<br>
Patrick wrote:<br>
> Hello,<br>
> I've run into a limitation in the config file. I'm defining<br>
> routes tables as<br>
><br>
> route[1] {<br>
> ...<br>
> }<br>
><br>
> ....<br>
><br>
> route[100] {<br>
> ...<br>
> }<br>
><br>
><br>
> opensips: CRITICAL:core:yyerror: parse error in config file, line<br>
> 2000, column 1-2: invalid routing table number<br>
><br>
><br>
> Is there a limit of only 1-99 for routing tables? Also, do these<br>
> numbers have to be sequential?<br>
><br>
><br>
><br>
> Thanks,<br>
><br>
> Patrick<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>
><br>
><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>