Re: [Sip-implementors] Call Transfer Using REFER

2011-04-28 Thread Sunil
Isshed, Target Dialog header is needed only if you are sending REFER outside the dialog. Regards, Sunil -- > > Message: 2 > Date: Wed, 27 Apr 2011 13:22:20 +0530 > From: isshed > Subject: Re: [Sip-implementors] Call Transfer Using RE

Re: [Sip-implementors] Call Transfer Using REFER

2011-04-27 Thread isshed
Thanks Guys for providing me this valuable information. Currently I am not supporting Referred-By header instead Target-Dialog is being supported. does this make any change in the message? Obviously there is this header present. Thanks. On Wed, Apr 27, 2011 at 5:12 AM, Iñaki Baz Castillo wrote:

Re: [Sip-implementors] Call Transfer Using REFER

2011-04-26 Thread Iñaki Baz Castillo
2011/4/27 Kevin P. Fleming : >> These two usages terminate *independently* of one another. The >> invite-dialog-usage will probably end with a BYE when the transfer >> succeeds. But the subscribe-dialog-usage, and hence the dialog, remains >> until you terminate it, with the appropriate NOTIFY mess

Re: [Sip-implementors] Call Transfer Using REFER

2011-04-26 Thread Kevin P. Fleming
On 04/26/2011 04:30 PM, Paul Kyzivat wrote: > > > On 4/26/2011 1:09 PM, isshed wrote: >> Thanks Dale for your response. so the other doubt is what will happed to >> this dialog when the call gets transferred. does it not get destroyed with >> the BYE? if so what about the rest of the notify? > > Yo

Re: [Sip-implementors] Call Transfer Using REFER

2011-04-26 Thread Paul Kyzivat
On 4/26/2011 1:09 PM, isshed wrote: > Thanks Dale for your response. so the other doubt is what will happed to > this dialog when the call gets transferred. does it not get destroyed with > the BYE? if so what about the rest of the notify? You should read 5057 on dialog usages - you need to unde

Re: [Sip-implementors] Call Transfer Using REFER

2011-04-26 Thread M. Ranganathan
The transfer controller will release the dialog with a BYE. On Tue, Apr 26, 2011 at 1:09 PM, isshed wrote: > Thanks Dale for your response. so the other doubt is what will happed to > this dialog when the call gets transferred. does it not get destroyed with > the BYE? if so what about the rest

Re: [Sip-implementors] Call Transfer Using REFER

2011-04-26 Thread Pavesi, Valdemar (NSN - US/Irving)
Subject: Re: [Sip-implementors] Call Transfer Using REFER thanks for your response Pavesi..but my question was not about the type of call transfer. should i rephrase my doubts? On Tue, Apr 26, 2011 at 10:52 PM, Pavesi, Valdemar (NSN - US/Irving) wrote: Hello, There are two type of call transfer

Re: [Sip-implementors] Call Transfer Using REFER

2011-04-26 Thread isshed
...@lists.cs.columbia.edu > [mailto:sip-implementors-boun...@lists.cs.columbia.edu] On Behalf Of ext > isshed > Sent: Tuesday, April 26, 2011 12:10 PM > To: Worley, Dale R (Dale) > Cc: sip-implementors > Subject: Re: [Sip-implementors] Call Transfer Using REFER > > Thanks Dale for you

Re: [Sip-implementors] Call Transfer Using REFER

2011-04-26 Thread Pavesi, Valdemar (NSN - US/Irving)
...@lists.cs.columbia.edu [mailto:sip-implementors-boun...@lists.cs.columbia.edu] On Behalf Of ext isshed Sent: Tuesday, April 26, 2011 12:10 PM To: Worley, Dale R (Dale) Cc: sip-implementors Subject: Re: [Sip-implementors] Call Transfer Using REFER Thanks Dale for your response. so the other doubt is what will

Re: [Sip-implementors] Call Transfer Using REFER

2011-04-26 Thread isshed
Thanks Dale for your response. so the other doubt is what will happed to this dialog when the call gets transferred. does it not get destroyed with the BYE? if so what about the rest of the notify? I know I am asking the basics but it will improve my understanding. Thanks. On Tue, Apr 26, 2011 a

Re: [Sip-implementors] Call Transfer Using REFER

2011-04-26 Thread Worley, Dale R (Dale)
Although it is not mentioned in any of the RFCs, the universal way of using REFER for call transfer is to send the REFER within the dialog that you are transferring, the dialog that was created by the initial INVITE. "Out of dialog REFER" is rarely used for call transfer. It is very uncommon t

Re: [Sip-implementors] Call Transfer Using REFER

2011-04-26 Thread Brett Tate
...@lists.cs.columbia.edu] On Behalf Of isshed > Sent: Tuesday, April 26, 2011 4:15 AM > To: sip-implementors > Subject: [Sip-implementors] Call Transfer Using REFER > > Hello All, > > I want to implement call transfer feature on a user agent. As you all > know > it can be do

[Sip-implementors] Call Transfer Using REFER

2011-04-26 Thread isshed
Hello All, I want to implement call transfer feature on a user agent. As you all know it can be done in 2 way. 1. sending REFER out of dialog and 2. sending REFER in dialog. As rfc 3515 says " A REFER request MAY be placed outside the scope of a dialog created with an INVITE. " Also as per RFC 3