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

RE: [reSIProcate] Generating Call IDs using Resip.


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-----
From: resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxx [mailto:resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Asheesh Joshi
Sent:
Thursday, September 15, 2005 8:17 AM
To: resiprocate-devel@xxxxxxxxxxxxxxxxxxx
Subject: [reSIProcate] Generating Call IDs using Resip.

 

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.