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

[reSIProcate] seinding 183 w/sdp


Hi,

I am getting an assertion on ServerInviteSession.cxx:141.  The current state
is UAS_EarlyProvidedAnswer.  After looking at
ServerInviteSession::sendProvisional, it appears that
UAS_EarlyProvidedAnswer is valid for sending a provisional.

What is the correct procedure for sending a 183 w/SDP after receiving an
initial INVITE.  My code is below:

serverInviteSession->provideAnswer(*sdp);
serverInviteSession->provisional(183);

Thanks,

-Justin