Home | History | Annotate | Download | only in stack

Lines Matching refs:SUBSCRIBE

236     private EventHeader eventHeader; // for Subscribe notify
1375 * @param subscribeTx - the transaction started with the SUBSCRIBE that we sent
1377 * @return -- a new dialog created from the subscribe original SUBSCRIBE transaction.
1491 if (sipRequest.getMethod().equals(Request.SUBSCRIBE))
1961 if (method.equals(Request.SUBSCRIBE)) {
2085 if (!this.getMethod().equals(Request.SUBSCRIBE))
2086 throw new SipException("Trying to send NOTIFY without SUBSCRIBE Dialog!");
2387 // SUBSCRIBE,
2693 && (this.getMethod().equals(Request.SUBSCRIBE) || this.getMethod().equals(
2746 .equals(Request.SUBSCRIBE))) {
2769 || cseqMethod.equals(Request.SUBSCRIBE) || cseqMethod
2846 * INVITE is the target refresh for INVITE dialogs. SUBSCRIBE is the target refresh for
2847 * subscribe dialogs from the client side. This modifies the remote target URI potentially