Home | History | Annotate | Download | only in stack

Lines Matching refs:TRYING

132  *                                         |         |  Trying   |  Timer F          |
453 // Change to trying/calling state
462 this.setState(TransactionState.TRYING);
560 * | | Trying | Timer F |
609 if (TransactionState.TRYING == this.getState()) {
991 // JvB: INVITE CTs only retransmit in CALLING, non-INVITE in both TRYING and
995 || (!inv && (TransactionState.TRYING == s || TransactionState.PROCEEDING == s))) {
1049 || TransactionState.TRYING == this.getState()