Home | History | Annotate | Download | only in stack

Lines Matching refs:BYE

230     private transient boolean byeSent; // Flag set when BYE is sent, to disallow new
318 * Send BYE to the Dialog.
323 Request byeRequest = SIPDialog.this.createRequest(Request.BYE);
494 * B2BUA NOTE: we may want to send BYE to the Dialog at this
508 sipStack.getStackLogger().logError("ACK Was not sent. Sending BYE");
514 * Send BYE to the Dialog.
518 Request byeRequest = SIPDialog.this.createRequest(Request.BYE);
703 // the dialog, either by sending a BYE or by calling delete() on the dialog
1054 * Return True if this dialog is terminated on BYE.
1874 * send a BYE for either CONFIRMED or EARLY dialogs, and the callee's UA MAY send a BYE on
1875 * CONFIRMED dialogs, but MUST NOT send a BYE on EARLY dialogs.
1888 .equalsIgnoreCase(Request.BYE))
1890 .equalsIgnoreCase(Request.BYE)))
1938 * JvB: Should only do this for target refresh requests, ie not for BYE, PRACK, etc
2036 // JvB: added, allow re-sending of BYE after challenge
2037 if (byeSent && isTerminatedOnBye() && !dialogRequest.getMethod().equals(Request.BYE)) {
2039 sipStack.getStackLogger().logError("BYE already sent for " + this);
2040 throw new SipException("Cannot send request; BYE already sent");
2191 * Note that if the BYE is rejected then the Dialog should bo back to the ESTABLISHED
2194 if (dialogRequest.getMethod().equals(Request.BYE)) {
2197 * Dialog goes into TERMINATED state as soon as BYE is sent. ISSUE 182.
2376 * not acceptable, the UAC core MUST generate a valid answer in the ACK and then send a BYE
2701 } else if (cseqMethod.equals(Request.BYE) && statusCode / 100 == 2
2709 if (cseqMethod.equals(Request.BYE) && statusCode / 100 == 2
2712 * Only transition to terminated state when 200 OK is returned for the BYE. Other