Home | History | Annotate | Download | only in message

Lines Matching refs:callIdHeader

227         if (this.callIdHeader == null || this.callIdHeader.getCallId() == null
228 || callIdHeader.getCallId().equals("")) {
229 throw new ParseException(prefix + CallIdHeader.NAME, 0);
773 cancel.setHeader((Header) this.callIdHeader.clone());
915 newRequest.setHeader((Header) this.callIdHeader.clone());
1175 String callId = this.callIdHeader.getCallId();