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

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


Title: Mail

You need to build a “hold” sdp and pass that to provideOffer (a=sendonly) ? then you should get a corresponding onAnswer callback. 

 

From: 秦杨 [mailto:qinyang_1980@xxxxxxx]
Sent: Thursday, May 15, 2008 9:42 AM
To: Scott Godin; resiprocate-users
Subject: Re: RE: [reSIProcate-users] About the Hold and Resume operation.

 

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 -----

From: Scott Godin

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