<div dir="ltr">thanks. Basically it wasn&#39;t going on route 2, which i told it in database. I still dont know why was it happening but still, its working now. Can someone tell me why it was overriding route column given in database?<br>

<br>Regards,<br><br>Saeed Akhtar<br><br>
<br><br><div class="gmail_quote">On Mon, Dec 14, 2009 at 6:09 PM, 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="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Hi Saeed,<br>
<br>
I suspect you have an error in your script - after drouting, it seams<br>
your script is also doing a lookup(location)....I mean you apply a<br>
logic  to send the call to GW (drouting) and then you also do the<br>
registration-based lookup for users (location).<br>
<br>
What you need to do is, after do_routing(), to send the call out by<br>
doing t_relay() and exit after it.<br>
<br>
Regards,<br>
Bogdan<br>
<div><div></div><div class="h5"><br>
Saeed Akhtar wrote:<br>
&gt; Hi all,<br>
&gt;<br>
&gt; I&#39;m want to route my call to another sip server if certain criteria<br>
&gt; match so I looked for it and found dynamic routing (drouting) and<br>
&gt; Least Cost Routes - LCR module to do so. I read about dynamic routing<br>
&gt; and as it was serving my purpose so I thought I should go for it.<br>
&gt; Now in drouting, I gave address to another SIP server on local<br>
&gt; network. When I tested it, it was a failure. I go through console<br>
&gt; output. I found out it successfully modified ruri and following<br>
&gt; message showed.<br>
&gt;<br>
&gt;     DBG:drouting:do_routing: setting gw [0] as ruri &quot;sip:&lt;new<br>
&gt;     number&gt;@&lt;ip address&gt;&quot;<br>
&gt;<br>
&gt;<br>
&gt; Then next it gave me following message:<br>
&gt;<br>
&gt;     DBG:registrat:lookup: &#39;&lt;new number&gt;&#39; Not found in usrloc<br>
&gt;<br>
&gt;<br>
&gt; And hence request was not forwarded to other sip server. I also<br>
&gt; rechecked it through wireshark but no packet was forwarded to other<br>
&gt; sip server ip address.<br>
&gt;<br>
&gt; What I believe is that OpenSIPS is checking its own registrar no<br>
&gt; metter even if ip address of other server is already given. Can<br>
&gt; someone please tell me how to bypass this registrar check and just<br>
&gt; forward the request to other server simply.<br>
&gt;<br>
&gt; Regards,<br>
&gt;<br>
&gt; Saeed Akhtar<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></div>