<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#ffffff">
Hi Jignesh,<br>
<br>
This scenario will work with the B2BUA component if you use the refer
scenario, but you have to put the B2BUA in the middle of the call from
the beginning (the call where the REFER is received, in your example
from UE-C to UE-B), it is not possible othervise for it to send a
reInvite in that dialog if it is not controlling it. The only thing
that you won't see is the Notify at the end sent to UC-E, now B2BUA
does not send this.<br>
<br>
Regards,<br>
<pre class="moz-signature" cols="72">-- 
Anca Vamanu
<a class="moz-txt-link-abbreviated" href="http://www.voice-system.ro">www.voice-system.ro</a></pre>
<br>
<br>
<br>
On 07/08/2010 11:30 PM, jignesh gandhi wrote:
<blockquote cite="mid:4765.50375.qm@web52708.mail.re2.yahoo.com"
 type="cite">
  <style type="text/css"><!-- DIV {margin:0px;} --></style>
  <div
 style="font-family: verdana,helvetica,sans-serif; font-size: 10pt;">
  <div
 style="font-family: verdana,helvetica,sans-serif; font-size: 10pt;">
  <div>Hello Anca,&nbsp;</div>
  <div><br>
  </div>
  <div>I have read the b2bua tutorial and have opensips 1.62 installed.&nbsp;</div>
  <div>I am&nbsp;mainly interested in the REFER scenario..</div>
  <div><br>
  </div>
  <div>Would the current implementation of the b2bua support the
following scenario ?</div>
  <div><br>
  </div>
  <div>UE-A calls UE-C and are in a call. UE-C puts UE-A on hold.</div>
  <div>UE-C call UE-B and are in a call. &nbsp;UE-C puts UE-B on hold.</div>
  <div><br>
  </div>
  <div>OpenSIPs is not in the path of the original calls.</div>
  <div><br>
  </div>
  <div>Before UE-C bridges UE-A and UE-B, &nbsp;UE-C wishes to get out the
middle of the call.</div>
  <div>One way would be to send a REFER to UE-B .</div>
  <div><br>
  </div>
  <div>What if the switch UE-B is connected to does not support REFER ?
So I want to do the following..</div>
  <div><br>
  </div>
  <div>UE-C sends a REFER to SIP-AS ( OPENSIPS ) and upon receipt of
the REFER,</div>
  <div>using the B2BUA , the SIP-AS would send an INVITE w/replaces and
no SDP to UE-B</div>
  <div>Upon receiving the 200 Ok w/SDP. the SIP-AS would send an INVITE
to UE-A with the</div>
  <div>SDP received from UE-B's 200 Ok. Upon receiving an ACK from UE-A
, SIP-AS would</div>
  <div>send an ACK back to UE-B and an INFO message to UE-C and
appropriate BYEs.</div>
  <div><br>
  </div>
  <div>Below is a simple flow chart...&nbsp;</div>
  <div><br>
  </div>
  <div><br>
  </div>
  <div>UE-C &nbsp;REFER------------------&gt; OPENSIPS B2BUA(SIP_AS)&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;UE-B</div>
  <div>&nbsp;</div>
  <div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;INVITE w/replaces no
SDP----------------------&gt;&nbsp;</div>
  <meta http-equiv="content-type"
 content="text/html; charset=ISO-8859-1">
  <div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div>
  <meta http-equiv="content-type"
 content="text/html; charset=ISO-8859-1">
  <div>
  <meta http-equiv="content-type"
 content="text/html; charset=ISO-8859-1">
  <div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp;&lt;------------------------------------------200 OK w/SDP(1)&nbsp;</div>
  <div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &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; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;INVITE w/ SDP (1) &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; UE-A</div>
  <meta http-equiv="content-type"
 content="text/html; charset=ISO-8859-1">
  </div>
  <div>
  <meta http-equiv="content-type"
 content="text/html; charset=ISO-8859-1">
  <div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp;---------------------------------&gt;&nbsp;</div>
  </div>
  <div>
  <meta http-equiv="content-type"
 content="text/html; charset=ISO-8859-1">
  <div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp;&lt;----------------200 OK w/SDP&nbsp;</div>
  </div>
  <div><br>
  </div>
  <div>
  <meta http-equiv="content-type"
 content="text/html; charset=ISO-8859-1">
  <div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
ACK---------------------------------------------------&gt;&nbsp;</div>
  </div>
  <div><br>
  </div>
  <div>
  <meta http-equiv="content-type"
 content="text/html; charset=ISO-8859-1">
  <div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
ACK---------------------------&gt;</div>
  </div>
  <div>
  <meta http-equiv="content-type"
 content="text/html; charset=ISO-8859-1">
  <div>
  <div>&nbsp;&nbsp; &nbsp; &nbsp;</div>
  <div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &lt;-------------------------NOTIFY</div>
  </div>
  </div>
  <div><br>
  </div>
  <div>thanks in advance for your help,</div>
  <div>--Jignesh</div>
  </div>
  </div>
</blockquote>
</body>
</html>