I do something similar to this.. Here&#39;s how...<div><br></div><div>1. Make a new table of IP to route group.</div><div>2. On opensips startup, have it load that key value pair into memcache</div><div>3. when a call comes in, toss $si (or $fD or whatever) against the memcache key/value pair to return a route group and then pass THAT to do_routing.</div>

<div><br></div><div>Actually, I think the newer builds you can do something similar to that in concept with the address table in the permissions module. Check that out.</div><div>-Brett</div><div><br></div><div><br><br><div class="gmail_quote">

On Tue, Mar 30, 2010 at 9:50 AM, Andrew Pogrebennyk <span dir="ltr">&lt;<a href="mailto:andrew.pogrebennyk@portaone.com">andrew.pogrebennyk@portaone.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div class="im">On 26.03.2010 12:30, Bogdan-Andrei Iancu wrote:<br>
&gt; the module extracts the FROM uri from the original message, so it will<br>
&gt; not &quot;see&quot; your change on the from hdr.<br>
<br>
</div>Interesting.. I will have to re-check it but I think that it worked for<br>
me in the past for a similar purpose:<br>
<br>
     # validate based on the packet IP address<br>
     $var(from) = &quot;sip:&quot; + $fU + &quot;@&quot; + $si;<br>
     uac_replace_from(&quot;&quot;,&quot;$var(from)&quot;);<br>
<br>
--<br>
Sincerely,<br>
<font color="#888888">Andrew Pogrebennyk<br>
</font><div><div></div><div class="h5"><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>