Home | History | Annotate | Download | only in header

Lines Matching refs:CAUSE

31  * reason-params     =  protocol-cause / reason-text
33 * protocol-cause = "cause" EQUAL cause
34 * cause = 1*DIGIT
63 public final String CAUSE = ParameterNames.CAUSE;
67 /** Get the cause token.
68 *@return the cause code.
71 return getParameterAsInt(CAUSE);
75 * Set the cause.
77 *@param cause - cause to set.
79 public void setCause(int cause) throws javax.sip.InvalidArgumentException {
80 this.parameters.set("cause", Integer.valueOf(cause));
121 /** Set the cause.