Home | History | Annotate | Download | only in stack

Lines Matching refs:INVITE

85  *                                                     |INVITE from TU
86 * Timer A fires |INVITE sent
88 * INVITE sent +-----------+ or Transport Err.
124 * Figure 5: INVITE client transaction
168 * Figure 6: non-INVITE client transaction
456 if (transactionRequest.getMethod().equals(Request.INVITE)) {
547 * Implements the state machine for invite client transactions.
596 * Figure 6: non-INVITE client transaction
667 * Implements the state machine for invite client transactions.
675 * |INVITE from TU
676 * Timer A fires |INVITE sent
678 * INVITE sent +-----------+ or Transport Err.
760 // of the INVITE after app sends ACK
937 } else if (!ct.getMethod().equals(Request.INVITE)) {
938 throw new SipException("Cannot cancel non-invite requests RFC 3261 9.1");
955 if (this.getMethod().equals(Request.INVITE)) {
959 // Block sending re-INVITE till we see the ACK.
991 // JvB: INVITE CTs only retransmit in CALLING, non-INVITE in both TRYING and
993 // Bug-fix for non-INVITE transactions not retransmitted when 1xx response received
997 // retransmission of the INVITE is the application
1057 // If this is a re-invite we do not delete the dialog even
1108 if (!originalRequest.getMethod().equals(Request.INVITE))
1217 if (!getMethod().equals(Request.INVITE)) {
1218 throw new SipException("Can only ACK an INVITE!");
1266 * This is called by the stack after a non-invite client transaction goes to completed state.
1366 // JvB for CANCEL: use invite CT in CANCEL request to get dialog
1512 if ( this.getMethod().equals(Request.INVITE) && this.getSIPStack().maxForkTime != 0) {