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

Re: [reSIProcate-users] About the Hold and Resume operation.


Title: Mail
Hi, slgodin:
 
Yes. I use the Dum, DumThread, SipStack, StackThread objects directely.
 
Now, I use InviteSession::provideOffer to provide a UPDATE sip msg which contain a empty SDP and the UAS send back the 200 ok msg to me.
But I don't know which callback function will be invoked to do the task for stopping the RTP transportation ??   
 
Ryan Qin
2008-05-15
----- Original Message -----
Sent: 2008-05-15, 21:23:30
Subject: RE: [reSIProcate-users] About the Hold and Resume operation.

Are you using the DUM layer or stack directly?  If DUM you need to use InviteSession::provideOffer to provide a hold SDP ? a read through RFC 3264 will help you understand what the SDP should contain.

From: resiprocate-users-bounces@xxxxxxxxxxxxxxx [mailto:resiprocate-users-bounces@xxxxxxxxxxxxxxx] On Behalf Of ??
Sent: Monday, May 12, 2008 7:37 PM
To: resiprocate-users
Subject: [reSIProcate-users] About the Hold and Resume operation.

Hi:

I'm a fresh man.

I wanna do the hold/resume operation to a active p2p call. Is there any material talk about this?  

Ryan Qin