Lines Matching refs:Request
69 import javax.sip.message.Request;
164 * : If the request has no tag in the To header field, the UAS core MUST check
165 * the request against ongoing transactions. If the From tag, Call-ID, and CSeq
166 * exactly match those associated with an ongoing transaction, but the request
179 * controlled as follows : If the previous in-DIALOG request was an invite
307 * retransmitted request if the original request contained a timestamp. This is
338 * the state of INVITE when you send the CANCEL request. Hence you can CANCEL an
350 * controlled as follows : If the previous in-DIALOG request was an invite
671 if (em.equalsIgnoreCase(Request.BYE)
672 || em.equalsIgnoreCase(Request.INVITE)
673 || em.equalsIgnoreCase(Request.SUBSCRIBE)
674 || em.equalsIgnoreCase(Request.NOTIFY)
675 || em.equalsIgnoreCase(Request.ACK)
676 || em.equalsIgnoreCase(Request.OPTIONS))