< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index  

Re: [reSIProcate-users] How to update the call by UPDATE method?


DUM currently only uses RE-INVITES for offer/answer in confirmed dialogs.  

A change was made in commit 8690 (Nov, 2009) to remove the use of UPDATE for confirmed dialogs based on the following discussion:
http://list.resiprocate.org/archive/resiprocate-devel/msg06067.html

Scott

On Mon, Jul 16, 2012 at 2:31 AM, Vincent Dave <vincetdave22@xxxxxxxxx> wrote:
Both caller and callee sides are enabled the UPDATE support:
mMasterProfile->addSupportedMethod(UPDATE);


But below code:
clientInviteSession->provideOffer(sdpContent);
serverInviteSession->provideOffer(sdpContent);

always send INVITE message for update call.

How to make the resip update the call by UPDATE method?

regards,

_______________________________________________
resiprocate-users mailing list
resiprocate-users@xxxxxxxxxxxxxxx
List Archive: http://list.resiprocate.org/archive/resiprocate-users/