Hello,<div><br></div><div>I have some doubts about a configuration that i have to do very soon, the problem is that we have a particular Gateway with many cards (ISDN, BRI, etc), each card has its own URI and the Gateway has it&#39;s IP address, the point is that the calls should go directly to the cards (depending on the request uri or the uri of the caller), is it possible in OpenSIPS to send the calls directly to one of this cards (sending to the right SIP URI) ? i have been checking some documentation and seems to be possible but only to IP addresses with rewritehostport, like this for example:</div>
<div><br></div><div><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-Style-Type" content="text/css">
<title></title>
<meta name="Generator" content="Cocoa HTML Writer">
<meta name="CocoaVersion" content="1038.35">
<style type="text/css">
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 9.0px Times}
</style>


<p class="p1"><font class="Apple-style-span" size="2">#--- Routing to the PSTN section ---# </font></p><p class="p1"><font class="Apple-style-span" size="2">if (uri=~&quot;^sip:[2-9][0-9]{6}@&quot;) {</font></p>
<p class="p1"><span class="Apple-style-span" style="font-size: small; ">route(4); </span></p><p class="p1"><span class="Apple-style-span" style="font-size: small; ">exit;</span></p>
<p class="p1"><font class="Apple-style-span" size="2">} else {</font></p>
<p class="p1"><font class="Apple-style-span" size="2">sl_send_reply(&quot;403&quot;, &quot;No permissions for local calls&quot;);</font></p>
<p class="p1"><font class="Apple-style-span" size="2">exit; };</font></p>
<p class="p1"><font class="Apple-style-span" size="2">};</font></p></div><div><br></div><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-Style-Type" content="text/css">
<title></title>
<meta name="Generator" content="Cocoa HTML Writer">
<meta name="CocoaVersion" content="1038.35">
<style type="text/css">
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 9.0px Times}
</style>


<p class="p1"><font class="Apple-style-span" size="2">route[4] {</font></p>
<div><span class="Apple-style-span" style="font-family: Times; ">## Send the call to the PSTN </span></div><div><span class="Apple-style-span" style="font-family: Times; ">rewritehostport(&quot;10.1.30.45&quot;); </span></div>
<div><span class="Apple-style-span" style="font-family: Times; ">route(1);</span> </div><div>}</div><meta charset="utf-8"><div><br></div><div>Am i missing something? do i have any concept confussion?</div><div><br></div><div>
Any help would be appreciated</div><div><br></div><div>Regards<br><br></div>