Searched refs:getLocalTag (Results 1 – 4 of 4) sorted by relevance
960 "setting from tag For outgoing ACK= " + this.getLocalTag()); in sendAck()965 if (this.getLocalTag() != null) in sendAck()966 ackRequest.getFrom().setTag(this.getLocalTag()); in sendAck()1243 sipStack.getStackLogger().logDebug("localTag = " + getLocalTag()); in printDebugInfo()1712 public String getLocalTag() { in getLocalTag() method in SIPDialog1980 if (this.getLocalTag() != null) { in createRequest()1981 from.setTag(this.getLocalTag()); in createRequest()2071 if (this.getLocalTag() != null && from.getTag() != null in sendRequest()2072 && !from.getTag().equals(this.getLocalTag())) in sendRequest()2073 throw new SipException("From tag mismatch expecting " + this.getLocalTag()); in sendRequest()[all …]
1327 if (dialog.getLocalTag() == null && sipResponse.getTo().getTag() == null) { in sendResponse()1333 } else if (dialog.getLocalTag() != null && sipResponse.getToTag() == null) { in sendResponse()1334 sipResponse.setToTag(dialog.getLocalTag()); in sendResponse()1335 } else if (dialog.getLocalTag() != null && sipResponse.getToTag() != null in sendResponse()1336 && !dialog.getLocalTag().equals(sipResponse.getToTag())) { in sendResponse()1338 + dialog.getLocalTag() + " responseTag is " in sendResponse()
33 String getLocalTag(); in getLocalTag() method
525 && dialog.getLocalTag() != null) { in getNewServerTransaction()