Home
last modified time | relevance | path

Searched refs:CALL_OR_TRANSACTION_DOES_NOT_EXIST (Results 1 – 4 of 4) sorted by relevance

/external/nist-sip/java/javax/sip/message/
DResponse.java37 int CALL_OR_TRANSACTION_DOES_NOT_EXIST = 481; field
/external/nist-sip/java/gov/nist/javax/sip/
DDialogFilter.java173 .createResponse(Response.CALL_OR_TRANSACTION_DOES_NOT_EXIST); in sendCallOrTransactionDoesNotExistResponse()
585 .createResponse(Response.CALL_OR_TRANSACTION_DOES_NOT_EXIST); in processRequest()
653 .createResponse(Response.CALL_OR_TRANSACTION_DOES_NOT_EXIST); in processRequest()
748 .createResponse(Response.CALL_OR_TRANSACTION_DOES_NOT_EXIST); in processRequest()
964 .createResponse(Response.CALL_OR_TRANSACTION_DOES_NOT_EXIST); in processRequest()
DEventScanner.java301 … && (sipResponse.getStatusCode() == Response.CALL_OR_TRANSACTION_DOES_NOT_EXIST || sipResponse in deliverEvent()
/external/nist-sip/java/gov/nist/javax/sip/message/
DSIPResponse.java200 case CALL_OR_TRANSACTION_DOES_NOT_EXIST : in getReasonPhrase()