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

Re: [reSIProcate] Got 488 if the re-INVITE does not inclued, it's a bug ?


Thanks for your reply.
 
Currently the problem is if a re-INVITE is incoming without SDP, what's callback will be fired? I don't catched any callback event when it incoming..
 
thanks

On Thu, May 15, 2008 at 8:15 PM, Scott Godin <slgodin@xxxxxxxxxxxx> wrote:

There should be a onOfferRequired callback, when the the re-Invite with no-sdp arrives, and your app must call provide offer – I don't see this.   The following lines indicate that someone called end().

 

INFO | 20080515-142306.171 | mylog| RESIP:DUM | 5992 | ServerInviteSession.cxx:382 | InviteSession::ReceivedReinviteNoOffer: end

INFO | 20080515-142306.171 | mylog| RESIP:DUM | 5992 | InviteSession.cxx:601 | Sending SipResp: 488 tid=-PjeTQjjEmIvVRLcBfIAaHF cseq=INVITE / 504 from(tu)

 

Scott

 

From: resiprocate-devel-bounces@xxxxxxxxxxxxxxx [mailto:resiprocate-devel-bounces@xxxxxxxxxxxxxxx] On Behalf Of Karlsson
Sent: Thursday, May 15, 2008 1:39 AM
To: resiprocate-devel@xxxxxxxxxxxxxxx
Subject: [reSIProcate] Got 488 if the re-INVITE does not inclued,it's a bug ?

 

Hi all:

 

If the INVITE does not contain a session description, the UAS is being asked to participate in a session, and the UAC has asked that the UAS provide the offer of the session. It MUST provide the offer in its first non-failure reliable message back to the UAC. In this specification,  that is a 2xx response to the INVITE. 

 

 As the RFC 3261 section 13.3.1 last paragraph.

 

The attachment is the reSIProcate log file.

 

Thanks