Home | History | Annotate | Download | only in stack

Lines Matching refs:NOTIFY

236     private EventHeader eventHeader; // for Subscribe notify
1369 * Creates a new dialog based on a received NOTIFY. The dialog state is initialized
1370 * appropriately. The NOTIFY differs in the From tag
1376 * @param notifyST - the ServerTransaction created for an incoming NOTIFY
1385 // The above sets d.firstTransaction to NOTIFY (ST), correct that
1406 // initialize d's route set based on the NOTIFY. Any proxies must have
2082 * The application is sending a NOTIFY before sending the response of the dialog.
2084 if (this.getLocalTag() == null && dialogRequest.getMethod().equals(Request.NOTIFY)) {
2086 throw new SipException("Trying to send NOTIFY without SUBSCRIBE Dialog!");
2692 } else if (cseqMethod.equals(Request.NOTIFY)
2696 // This is a notify response.
2737 * no subscription or dialog has been created, and no subsequent NOTIFY
2745 && (cseqMethod.equals(Request.NOTIFY) || cseqMethod