Home | History | Annotate | Download | only in sip

Lines Matching refs:SIPTransactionErrorEvent

47 import gov.nist.javax.sip.stack.SIPTransactionErrorEvent;
901 SIPTransactionErrorEvent transactionErrorEvent) {
905 if (transactionErrorEvent.getErrorID() == SIPTransactionErrorEvent.TRANSPORT_ERROR) {
930 } else if (transactionErrorEvent.getErrorID() == SIPTransactionErrorEvent.TIMEOUT_ERROR) {
951 } else if (transactionErrorEvent.getErrorID() == SIPTransactionErrorEvent.TIMEOUT_RETRANSMIT) {