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

RE: [reSIProcate] Re-INVITE using DUM


You should use InviteSession::provideOffer to send a re-invite – this will ensure dialogid’s are all correct.

 


From: resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxx [mailto:resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Nash Tsai [TelTel]
Sent: Friday, September 09, 2005 2:26 PM
To: resiprocate-devel@xxxxxxxxxxxxxxxxxxx
Subject: [reSIProcate] Re-INVITE using DUM

 

Hi,

 

I used following code to send re-INVITE, however, when the INVITE message is sent with new dialog ID (from tag and and Call-ID) are different to first INVITE. I assumed mInviteSessionHandle got from void onConnected(ClientInviteSessionHandle h, const SipMessage& responseMessage) can be reuse to provide same dialog ID. Can someone answer me where I have done wrong?

 

SipMessage& invite = mDum.makeInviteSession(toNameAddr, &mCallInfo.getConferenceSdp(), mInviteSessionHandle->getAppDialogSet().get());

mDum.send(invite);

 

Thanks

Nash