<div dir="auto">thank you I'll give that a try</div><br><div class="gmail_quote"><div dir="ltr">On Thu, Aug 30, 2018, 3:18 AM vasilevalex, <<a href="mailto:alexei.vasilyev@gmail.com">alexei.vasilyev@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">In the same situation I used dialplan and dynamic routing modules like this:<br>
<br>
# Get ID of destination Asterisk server according to CustomerID<br>
dp_translate("1", "$var(cust_id)/$var(dst_srv)");<br>
if ($var(dst_srv)==NULL) {<br>
  exit;<br>
}<br>
# Set route for SIP according ID of Asterisk server from Dynamic routing<br>
gateways table<br>
route_to_gw("$var(dst_srv)");<br>
route(relay);<br>
<br>
Both modules load information from DB only during start time or via MI<br>
command. So all these requests are made from memory. I think this is more<br>
effective.<br>
<br>
<br>
<br>
--<br>
Sent from: <a href="http://opensips-open-sip-server.1449251.n2.nabble.com/OpenSIPS-Users-f1449235.html" rel="noreferrer noreferrer" target="_blank">http://opensips-open-sip-server.1449251.n2.nabble.com/OpenSIPS-Users-f1449235.html</a><br>
<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opensips.org" target="_blank" rel="noreferrer">Users@lists.opensips.org</a><br>
<a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" rel="noreferrer noreferrer" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
</blockquote></div>