Package org.jainslee.resources.sip
Interface NoPrackReceived
-
public interface NoPrackReceivedThis event is fired on aSipSessionactivity when no PRACK has been received after a reliable provisional response (sent usingOutgoingSipResponse.sendReliably()has been retransmitted for 32 seconds. The SBB receiving this event should terminate the transaction by sending a 500 Server Error response to the initial INVITE request.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OutgoingSipResponsegetProvisionalResponse()Get the unacknowledged provisional response.IncomingSipRequestgetRequest()Get the INVITE request that started the transaction.
-
-
-
Method Detail
-
getRequest
IncomingSipRequest getRequest()
Get the INVITE request that started the transaction.
-
getProvisionalResponse
OutgoingSipResponse getProvisionalResponse()
Get the unacknowledged provisional response.
-
-