Searched refs:TIMEOUT_ERROR (Results 1 – 7 of 7) 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()
188 #define TIMEOUT_ERROR 0x2007 macro
196 #define TIMEOUT_ERROR 0x2007 macro
930 } else if (transactionErrorEvent.getErrorID() == SIPTransactionErrorEvent.TIMEOUT_ERROR) { in transactionErrorEvent()