Home | History | Annotate | Download | only in sip

Lines Matching refs:INVITE

119             if (sipRequest.getMethod().equals(Request.INVITE)) {
149 if (sipRequest.getMethod().equals(Request.INVITE)) {
180 if (sipRequest.getMethod().equals(Request.INVITE)) {
415 && lastRequest.getMethod().equals(Request.INVITE)) {
422 if (method.equals(Request.INVITE) && !dialog.isAckSent(cseqno)) {
445 sipStack.getStackLogger().logDebug("Processing ACK for INVITE Tx ");
536 if (sipRequest.getMethod().equals(Request.INVITE)
736 // Found an invite tx corresponding to the CANCEL.
742 // Could not find a invite tx corresponding to the CANCEL.
752 + "enabled and INVITE ST does not exist!");
767 // INVITE was handled statefully so the CANCEL must also be
775 // Dont let the INVITE and CANCEL be concurrently
785 } else if (sipRequest.getMethod().equals(Request.INVITE)) {
790 * RFC 3261 Chapter 14. A UAS that receives a second INVITE before it sends the final
791 * response to a first INVITE with a lower CSeq sequence number on the same dialog
792 * MUST return a 500 (Server Internal Error) response to the second INVITE and MUST
817 * Saw an interleaved invite before ACK was sent. RFC 3261 Chapter 14. A UAS that
818 * receives an INVITE on a dialog while an INVITE it had sent on that dialog is in
819 * progress MUST return a 491 (Request Pending) response to the received INVITE.
1220 if (response.getCSeqHeader().getMethod().equals(Request.INVITE)) {
1235 if (response.getCSeqHeader().getMethod().equals(Request.INVITE)) {
1375 && sipResponse.getCSeq().getMethod().equals(Request.INVITE)) {
1428 if (sipResponse.getCSeq().getMethod().equals(Request.INVITE)) {