Home | History | Annotate | Download | only in stack

Lines Matching defs:SUBSCRIBE

416         dialogCreatingMethods.add(Request.SUBSCRIBE);
775 * Find a matching client SUBSCRIBE to the incoming notify. NOTIFY requests are matched to
776 * such SUBSCRIBE requests if they contain the same "Call-ID", a "To" header "tag" parameter
777 * which matches the "From" header "tag" parameter of the SUBSCRIBE, and the same "Event"
808 if (!ct.getMethod().equals(Request.SUBSCRIBE))