Home | History | Annotate | Download | only in message

Lines Matching refs:INVITE

89     private transient Object inviteTransaction; // The original invite request for a
93 * Set of target refresh methods, currently: INVITE, UPDATE, SUBSCRIBE, NOTIFY, REFER
110 targetRefreshMethods.add(Request.INVITE);
116 putName(Request.INVITE);
211 * Check header for constraints. (1) Invite options and bye requests can only have SIP URIs in
268 * methods defined in this specification, that includes only the INVITE request. For these
276 if (requestLine.getMethod().equals(Request.INVITE)
299 * Contact header is mandatory for a SIP INVITE request.
302 && (this.getMethod().equals(Request.INVITE)
305 throw new ParseException("Contact Header is Mandatory for a SIP INVITE", 0);
332 if (method.compareTo(Request.REGISTER) == 0 || method.compareTo(Request.INVITE) == 0) {
758 // INVITE
760 if (!this.getMethod().equals(Request.INVITE))
930 * If the INVITE request whose response is being acknowledged had Route header fields,
1059 * INVITE client transaction.