Home | History | Annotate | Download | only in sip

Lines Matching refs:ACK

299          * assigned to the dialog. Forgive the sins of B2BUA's that like to record route ACK's
408 * A refer cannot be processed until we have either sent or received an ACK.
439 } else if (sipRequest.getMethod().equals(Request.ACK)) {
442 // This is an ack for a 3xx-6xx response. Just let the tx laer
445 sipStack.getStackLogger().logDebug("Processing ACK for INVITE Tx ");
449 sipStack.getStackLogger().logDebug("Processing ACK for dialog " + dialog);
466 * if it isn't an ACK for a 2xx response
472 * Found a transaction ( that we generated ) which is waiting for ACK. So ACK
477 sipStack.getStackLogger().logDebug("Found Tx pending ACK");
511 "Dropping ACK - cannot find a transaction or dialog");
517 sipStack.getStackLogger().logDebug("Found Tx pending ACK");
541 * Note that ACK is a pseudo transaction. It is never added to the stack
542 * and you do not get transaction terminated events on ACK.
817 * Saw an interleaved invite before ACK was sent. RFC 3261 Chapter 14. A UAS that
834 "Sending 491 response for client Dialog ACK not sent.");
846 "Sending 491 response for server Dialog ACK not seen.");
856 // Note BYE, CANCEL and ACK is handled above - so no check here.
865 && !sipRequest.getMethod().equals(Request.ACK)
1164 // If the dialog exists, then it may need to retransmit ACK so
1186 // the last ack sent corresponded to this 200
1194 // Found the dialog - resend the ACK and
1198 "Retransmission of OK detected: Resending last ACK");
1204 sipStack.getStackLogger().logError("could not resend ack", ex);
1310 // This may be a dialog creating method for which the ACK has not yet
1372 // Dialog exists but was terminated - just create and send an ACK for the OK.
1381 sipStack.getStackLogger().logError("Error creating ack", ex);
1392 // the last ack sent corresponded to this 200
1400 // Found the dialog - resend the ACK and
1403 sipStack.getStackLogger().logDebug("resending ACK");