<div dir="ltr">Dear Bogdan,<br><br>kindly find below my route1<br>route[1] {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # for INVITEs enable some additional helper routes<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (is_method(&quot;INVITE&quot;)) {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; t_on_branch(&quot;2&quot;);<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; t_on_reply(&quot;2&quot;);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; t_on_failure(&quot;1&quot;);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (!t_relay()) {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; sl_reply_error();<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; };<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; exit;<br>}<br><br><br>
regards<br><br><div class="gmail_quote">On Thu, Jan 29, 2009 at 12:01 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="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi Michel,<br>
<br>
the request loops because probably you do not change the RURI (domain part) in route[1], so opensips is routing back to itself.....<br>
<br>
What this route[1] does ?<div class="Ih2E3d"><br>
<br>
Regards,<br>
Bogdan<br>
<br>
michel freiha wrote:<br>
</div><div><div></div><div class="Wj3C7c"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello Bogdan,<br>
<br>
Kindly note that I tried the following method to configure local calls:<br>
<br>
if($rU =~ &quot;^111&quot; || $rU =~ &quot;^011.*&quot; || $rU =~ &quot;^00.*&quot; || $rU =~ &quot;^[+].*&quot; )<br>
{<br>
if(!cr_route(&quot;default&quot;, &quot;0&quot;, &quot;$rU&quot;, &quot;$rU&quot;, &quot;call_id&quot;)){<br>
 &nbsp; &nbsp; &nbsp; sl_send_reply(&quot;403&quot;, &quot;Not allowed&quot;);<br>
 &nbsp; &nbsp; } else {<br>
 &nbsp; &nbsp; &nbsp; &nbsp; # In cas of failure, re-route the request<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;t_on_failure(&quot;1&quot;);<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;# Relay the request to the gateway<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; t_relay();<br>
 &nbsp; }<br>
<br>
<br>
}<br>
<br>
else<br>
{<br>
<br>
xlog(&quot;XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX&quot;);<br>
 &nbsp; &nbsp;route(1);<br>
}<br>
}<br>
<br>
When making a Long distance call that begis with 00 everything looks fine and the call is routed correctly to its destination...The issue is when trying a call that do not begin by 00 like calling &quot;micho&quot;...The system access the else { xlog(&quot;XXXXXXXX.....and it enter inside a loop and nothing will happen on the other side...<br>

<br>
Can you advice please about what could be that issue?<br>
</blockquote>
<br>
</div></div></blockquote></div><br></div>