Home | History | Annotate | Download | only in message

Lines Matching defs:callIdHeader

91 import javax.sip.header.CallIdHeader;
156 protected CallID callIdHeader;
478 retval.callIdHeader = null;
709 this.callIdHeader = (CallID) h;
758 this.callIdHeader = null;
797 this.callIdHeader = null;
860 String cid = this.callIdHeader.getCallId();
884 if (this.callIdHeader == null)
888 return this.callIdHeader.getCallId().hashCode();
1099 public CallIdHeader getCallId() {
1100 return callIdHeader;
1108 public void setCallId(CallIdHeader callId) {
1118 if (callIdHeader == null) {
1121 callIdHeader.setCallId(callId);
1837 public CallIdHeader getCallIdHeader() {
1838 return this.callIdHeader;