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

Re: [reSIProcate] sending INVITE without SDP when connected?


You can call requestOffer to send re-invite without SDP.  This is clearly documented in InviteSession.hxx.

 


From: resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxxx [mailto:resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxxx] On Behalf Of Nicolas LEGROS
Sent: Tuesday, November 21, 2006 11:35 AM
To: resiprocate-devel@xxxxxxxxxxxxxxxxxxx
Subject: [reSIProcate] sending INVITE without SDP when connected?

 

Hi !!

 

I’m using DUM and I’ve a question concerning the « connected » state.

-          I know that I can send a ReINVITE with a new offer via the method provideOffer()

-          But I’d like to know if it’s possible to send an INVITE without SDP (and consequently without sending an Offer!)? If it’s possible in which state will I be? Which method should I use?

In my case, I think that the method provideOffer() is not the right way…because there’s no Offer.

 

In fact, I’d like to send an INVITE without SDP in order to get the Offer from the remote party!

 

Do you have any idea ?

Thanks in advance

Nicolas L.