Interface NoPrackReceived


  • public interface NoPrackReceived
    This event is fired on a SipSession activity when no PRACK has been received after a reliable provisional response (sent using OutgoingSipResponse.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 Detail

      • getRequest

        IncomingSipRequest getRequest()
        Get the INVITE request that started the transaction.
      • getProvisionalResponse

        OutgoingSipResponse getProvisionalResponse()
        Get the unacknowledged provisional response.