Searched refs:TIMEOUT_ERROR (Results 1 – 5 of 5) sorted by relevance
52 public static final int TIMEOUT_ERROR = 1; field in SIPTransactionErrorEvent
1184 raiseErrorEvent(SIPTransactionErrorEvent.TIMEOUT_ERROR); in fireTimeoutTimer()1206 raiseErrorEvent(SIPTransactionErrorEvent.TIMEOUT_ERROR); in fireTimeoutTimer()
1074 raiseErrorEvent(SIPTransactionErrorEvent.TIMEOUT_ERROR); in fireTimeoutTimer()
420 transaction.raiseErrorEvent(SIPTransactionErrorEvent.TIMEOUT_ERROR); in runTask()
930 } else if (transactionErrorEvent.getErrorID() == SIPTransactionErrorEvent.TIMEOUT_ERROR) { in transactionErrorEvent()