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

RE: [reSIProcate] DUM: different behaviors of provideAnswer forServerInviteSession and ClientInviteSession


Provisional() can optionally be called before accept() and the SDP will be sent in the 1xx.

 


From: resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxx [mailto:resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Hong Yu
Sent: Tuesday, January 17, 2006 6:24 PM
To: resiprocate-devel@xxxxxxxxxxxxxxxxxxx
Subject: [reSIProcate] DUM: different behaviors of provideAnswer forServerInviteSession and ClientInviteSession

 

I have a question on the different behaviors of provideAnswer for ServerInviteSession and ClientInviteSession. Why is the message sent synchronously for ClientInviteSession, not ServerInviteSession? Is there a case that one would call serverInviteSession->provideAnswer without calling ensuing serverInviteSession->accept?

 

 

Hong