<div>Thanks Bogdan, </div>
<div> </div>
<div>I think this would be useful for me</div>
<div> </div>
<div>Thanks!<br><br></div>
<div class="gmail_quote">
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote"><br>Message: 7<br>Date: Thu, 20 Jan 2011 12:35:30 +0200<br>From: Bogdan-Andrei Iancu &lt;<a href="mailto:bogdan@opensips.org" target="_blank">bogdan@opensips.org</a>&gt;<br>
Subject: Re: [OpenSIPS-Users] Gateways with SIP URIs<br>To: OpenSIPS users mailling list &lt;<a href="mailto:users@lists.opensips.org" target="_blank">users@lists.opensips.org</a>&gt;<br>Message-ID: &lt;<a href="mailto:4D380FF2.3020107@opensips.org" target="_blank">4D380FF2.3020107@opensips.org</a>&gt;<br>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br><br>Hi,<br><br>If I understand correctly, you want to send a call to GW (to the IP of<br>the GW), but having as RURI the URI identifying one of the cards. Like<br>
sending the call to 1.2.3.4 with RURI <a href="mailto:sip%3A444@foo.com" target="_blank">sip:444@foo.com</a> . Is this right ?<br>if so, you can do like (in route 4):<br>   $ru = &quot;<a href="mailto:sip%3A444@foo.com" target="_blank">sip:444@foo.com</a>&quot;; #setting the RURI<br>
   $du = &quot;sip:1.2.3.4&quot;; # setting the actual destination of the<br>requests (network level)<br><br>Regards,<br>Bogdan<br><br>Toyima Dias wrote:<br>&gt; Hello,<br>&gt;<br>&gt; I have some doubts about a configuration that i have to do very soon,<br>
&gt; the problem is that we have a particular Gateway with many cards<br>&gt; (ISDN, BRI, etc), each card has its own URI and the Gateway has it&#39;s<br>&gt; IP address, the point is that the calls should go directly to the<br>
&gt; cards (depending on the request uri or the uri of the caller), is it<br>&gt; possible in OpenSIPS to send the calls directly to one of this<br>&gt; cards (sending to the right SIP URI) ? i have been checking some<br>
&gt; documentation and seems to be possible but only to IP addresses with<br>&gt; rewritehostport, like this for example:<br>&gt;<br>&gt; #--- Routing to the PSTN section ---#<br>&gt;<br>&gt; if (uri=~&quot;^sip:[2-9][0-9]{6}@&quot;) {<br>
&gt;<br>&gt; route(4);<br>&gt;<br>&gt; exit;<br>&gt;<br>&gt; } else {<br>&gt;<br>&gt; sl_send_reply(&quot;403&quot;, &quot;No permissions for local calls&quot;);<br>&gt;<br>&gt; exit; };<br>&gt;<br>&gt; };<br>&gt;<br>&gt;<br>
&gt; route[4] {<br>&gt;<br>&gt; ## Send the call to the PSTN<br>&gt; rewritehostport(&quot;10.1.30.45&quot;);<br>&gt; route(1);<br>&gt; }<br>&gt;<br>&gt; Am i missing something? do i have any concept confussion?<br>&gt;<br>
&gt; Any help would be appreciated<br>&gt;<br>&gt; Regards<br>&gt;<br>&gt; ------------------------------------------------------------------------<br>&gt;<br>&gt; _______________________________________________<br>&gt; Users mailing list<br>
&gt; <a href="mailto:Users@lists.opensips.org" target="_blank">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>OpenSIPS Event - expo, conf, social, bootcamp<br>2 - 4 February 2011, ITExpo, Miami,  USA<br>OpenSIPS solutions and &quot;know-how&quot;<br><br></blockquote></div>