Home | History | Annotate | Download | only in stack

Lines Matching refs:INVITE

415         dialogCreatingMethods.add(Request.INVITE);
1044 if (! sipRequest.getMethod().equals(Request.INVITE)) {
1046 * Dont need to worry about request merging for Non-INVITE transactions.
1120 * Map a Server transaction (possibly sending out a 100 if the server tx is an INVITE). This
1461 if (method.equalsIgnoreCase(Request.INVITE)) {
1482 if ( clientTx.getMethod().equals(Request.INVITE) && this.maxForkTime != 0 ) {