Home | History | Annotate | Download | only in stack

Lines Matching refs:ACK

96  *                         ACK sent |                  |                     |
104 * | ACK sent, | |
108 * | ACK sent +-----------+Transport Err. | transitions
425 // If this is a TU-generated ACK request,
426 if (transactionRequest.getMethod().equals(Request.ACK)) {
435 // BUGBUG -- This suppresses sending the ACK uncomment this
438 // if (transactionRequest.getMethod() != Request.ACK)
458 } else if (transactionRequest.getMethod().equals(Request.ACK)) {
475 // if (transactionRequest.getMethod() != Request.ACK)
686 * ACK sent | | |
694 * | ACK sent, | |
698 * | ACK sent +-----------+Transport Err. | transitions
734 // the last ack sent corresponded to this response
738 // retransmit the ACK for this response.
742 // Found the dialog - resend the ACK and
745 sipStack.getStackLogger().logDebug("resending ACK");
760 // of the INVITE after app sends ACK
784 // Send back an ACK request
791 "Unexpected Exception sending ACK -- sending error AcK ", ex);
799 * TU, and the client transaction MUST generate an ACK request.
836 // Send back an ACK request
868 // Send back an ACK request
959 // Block sending re-INVITE till we see the ACK.
961 throw new SipException ("Failed to take ACK semaphore");
1111 if (originalRequest.getMethod().equalsIgnoreCase(Request.ACK))
1112 throw new SipException("Cannot Cancel ACK!");
1129 if (getMethod().equalsIgnoreCase(Request.ACK)) {
1130 throw new SipException("Cannot ACK an ACK!");
1137 throw new SipException("Cannot ACK a provisional response!");
1144 // construct the ACK from the specified contact header.
1209 * Creates an ACK for an error response, according to RFC3261 section 17.1.1.3
1211 * Note that this is different from an ACK for 2xx
1218 throw new SipException("Can only ACK an INVITE!");
1225 throw new SipException("Cannot ACK a provisional response!");