<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>SET $ru = "<a href="http://mongodbtest2.3ccloud.com:6606/" target="_blank">sip:2233@</a><a href="http://162.243.1.1:5506/" target="_blank" class="c_nobdr t_prs" style="font-size: medium;">162.243.1.1:5506</a>";<div><br></div><div>Regards</div><div>Hamid R. Hashmi<br><br><div><hr id="stopSpelling">Date: Mon, 19 Oct 2015 16:01:28 +0530<br>From: spanda@3clogic.com<br>To: users@lists.opensips.org<br>Subject: Re: [OpenSIPS-Users] How to change the destination uri and forward the call to that uri .<br><br><div dir="ltr">Hi ,<div><br></div><div><br></div><div>&nbsp;While invite come to the first proxy its&nbsp;INVITE &nbsp;" <a href="http://mongodbtest2.3ccloud.com:6606" target="_blank">sip:2233@mongodbtest2.3ccloud.com:6606</a> " and Its forwarding to the 2nd proxy with the same Uri too . I want this domain and port should be replaced by whatever I am providing .&nbsp;</div><div><br></div><div>Isn't that possible ??</div></div><div class="ecxgmail_extra"><br clear="all"><div><div class="ecxgmail_signature"><div dir="ltr"><b><i>Thanks &amp; Regards</i></b><div><i>Sasmita Panda</i></div><div><i>Network Testing and Software Engineer</i></div><div><i>3CLogic , ph:07827611765</i></div></div></div></div>
<br><div class="ecxgmail_quote">On Mon, Oct 19, 2015 at 3:56 PM, Hamid Hashmi <span dir="ltr">&lt;<a href="mailto:hamid2kviii@hotmail.com" target="_blank">hamid2kviii@hotmail.com</a>&gt;</span> wrote:<br><blockquote class="ecxgmail_quote" style="border-left:1px #ccc solid;padding-left:1ex;">


<div><div dir="ltr">INVITE Request is going that IP because destination URI has been changed. Can you Please share the URIs before and after t_relay();<div><br></div><div>Regards</div><div>Hamid R. Hashmi&nbsp;<br><br><div><hr>Date: Mon, 19 Oct 2015 15:26:39 +0530<br>From: <a href="mailto:spanda@3clogic.com" target="_blank">spanda@3clogic.com</a><br>To: <a href="mailto:users@lists.opensips.org" target="_blank">users@lists.opensips.org</a><div><div class="h5"><br>Subject: Re: [OpenSIPS-Users] How to change the destination uri and forward the call to that uri .<br><br><div dir="ltr">Hi Hamid,&nbsp;<div><br></div><div>&nbsp; &nbsp; if ( !lookup("location")){</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;xlog( "L_WARN", "rewrite uri to new" );</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;$du = "sip:<a href="http://162.243.1.1:5506" target="_blank">162.243.1.1:5506</a>";</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;t_relay();</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;}</div><div><br></div><div><br></div><div>If I am ding this it only forwards the Invite to this IP but its not changing the destination Uri . Is there any dependency with any module , which must be loaded or what ? I am not getting the problem .&nbsp;</div></div><div><br clear="all"><div><div><div dir="ltr"><b><i>Thanks &amp; Regards</i></b><div><i>Sasmita Panda</i></div><div><i>Network Testing and Software Engineer</i></div><div><i>3CLogic , ph:07827611765</i></div></div></div></div>
<br><div>On Mon, Oct 19, 2015 at 2:01 PM, Hamid Hashmi <span dir="ltr">&lt;<a href="mailto:hamid2kviii@hotmail.com" target="_blank">hamid2kviii@hotmail.com</a>&gt;</span> wrote:<br><blockquote style="border-left:1px #ccc solid;padding-left:1ex;">


<div><div dir="ltr">Use t_relay(); instead on exit;<div><br></div><div>Regards</div><div>Hamid R. Hashmi<br><div><br></div><div><div><hr>From: <a href="mailto:hamid2kviii@hotmail.com" target="_blank">hamid2kviii@hotmail.com</a><br>To: <a href="mailto:users@lists.opensips.org" target="_blank">users@lists.opensips.org</a><br>Date: Mon, 19 Oct 2015 13:29:52 +0500<br>Subject: Re: [OpenSIPS-Users] How to change the destination uri and forward the call to that uri .</div><div><div><br><br>


<div dir="ltr"><font size="3">SET&nbsp;</font><div><font size="3"><br></font><div><font size="3">$du = "sip:<a href="http://162.243.1.1:5506/" target="_blank">162.243.1.1:5506</a>"</font></div><div><font size="3"><br></font></div><div><font size="3">OR<br></font><div><pre style="word-wrap:break-word;white-space:pre-wrap;"><font size="3"><font face="Courier New, sans-serif">$rd = "</font><a href="http://162.243.1.1:5506/" style="font-family:Calibri,sans-serif;white-space:normal;" target="_blank">162.243.1.1</a><font face="Courier New, sans-serif">";</font></font></pre><pre style="word-wrap:break-word;white-space:pre-wrap;"><font size="3"><font face="Courier New, sans-serif">$rp = "</font><a href="http://162.243.1.1:5506/" style="font-family:Calibri,sans-serif;" target="_blank">5506</a><span style="font-family:'Courier New',sans-serif;">";</span></font></pre><div><br></div><div>Regards</div><div>Hamid R. Hashmi</div><div><br><div><hr>Date: Mon, 19 Oct 2015 13:37:46 +0530<br>From: <a href="mailto:spanda@3clogic.com" target="_blank">spanda@3clogic.com</a><br>To: <a href="mailto:users@lists.opensips.org" target="_blank">users@lists.opensips.org</a><br>Subject: [OpenSIPS-Users] How to change the destination uri and forward the        call to that uri .<br><br><div dir="ltr">Hi All ,<div><br></div><div>&nbsp; &nbsp; &nbsp;I am using opensips-1.11 . I have two instances in which opensips is running . I wanted to route the call from one server to another in lookup location block .</div><div><br></div><div>&nbsp; &nbsp; &nbsp; After lookup if the destination is not found I wanted to route the call to second ser .</div><div><br></div><div>&nbsp; &nbsp; &nbsp;I have written something like below .</div><div><br></div><div>&nbsp; &nbsp; if ( !lookup("location")){<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; setdsturi("sip:<a href="http://162.243.1.1:5506" target="_blank">162.243.1.1:5506</a>");</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; xlog( "L_WARN", "rewrite uri to new" );</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; exit;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }</div><div><br></div><div>But its now working . What should I do for this . Am i missing something or it has any dependency with any module ? Any kind help is appreciated . &nbsp;</div><div><br></div><div><div><div dir="ltr"><b><i>Thanks &amp; Regards</i></b><div><i>Sasmita Panda</i></div><div><i>Network Testing and Software Engineer</i></div><div><i>3CLogic , ph:07827611765</i></div></div></div></div>
</div></div>
<br>_______________________________________________
Users mailing list
<a href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.org</a>
<a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a></div></div></div></div></div>                                               </div>
<br>_______________________________________________
Users mailing list
<a href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.org</a>
<a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a></div></div></div></div>                                               </div></div>
<br>_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.org</a><br>
<a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
<br></blockquote></div><br></div>
<br>_______________________________________________
Users mailing list
<a href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.org</a>
<a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a></div></div></div></div>                                               </div></div>
<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" rel="noreferrer" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
<br></blockquote></div><br></div>
<br>_______________________________________________
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users</div></div>                                               </div></body>
</html>