Package org.jainslee.resources.sip
Interface NoPrackReceived
-
public interface NoPrackReceived
This event is fired on aSipSession
activity 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 OutgoingSipResponse
getProvisionalResponse()
Get the unacknowledged provisional response.IncomingSipRequest
getRequest()
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.
-
-