Home | History | Annotate | Download | only in stack

Lines Matching defs:getCallId

572         this.callIdHeader = sipRequest.getCallId();
623 this.callIdHeader = sipResponse.getCallId();
948 if (!this.getCallId().getCallId().equals(((SIPRequest) request).getCallId().getCallId())) {
950 sipStack.getStackLogger().logError("CallID " + this.getCallId());
952 "RequestCallID = " + ackRequest.getCallId().getCallId());
1757 * @see javax.sip.Dialog#getCallId()
1759 public CallIdHeader getCallId() {
1767 this.callIdHeader = sipRequest.getCallId();
2047 if (!this.getCallId().getCallId().equalsIgnoreCase(dialogRequest.getCallId().getCallId())) {
2050 sipStack.getStackLogger().logError("CallID " + this.getCallId());
2052 "RequestCallID = " + dialogRequest.getCallId().getCallId());
2552 this.callIdHeader = sipResponse.getCallId();