[reSIProcate] Re-INVITE using DUM
Nash Tsai [TelTel]
nash.teltel at gmail.com
Fri Sep 9 13:26:22 CDT 2005
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.resiprocate.org/pipermail/resiprocate-devel/attachments/20050910/98a3d8e8/attachment.htm>
More information about the resiprocate-devel
mailing list