< Previous by Date | Date Index | Next by Date > |
< Previous in Thread | Thread Index |
Hi
SipMessage& invite = dum_.makeInviteSession(…) invite.header( h_CallID ) = notify.header( h_CallID ) dum.send( invite );
I think it will work.
Regards, Alex
-----Original
Message-----
Hi,
I am developing a B2BUA using RESIP. I need to extract Call-ID from an incoming NOTIFY message and send out an INVITE using the same Call-ID. The DUM interface in Resip does not give me a control over defining my Call IDs in the requests as the Stack automatically takes care of generating these Call IDs.
Can anyone give a pointer to how this can be achieved ? Will this be a right thing to do ?
-thanks Asheesh. |