Home | History | Annotate | Download | only in stack

Lines Matching refs:getLocalTag

960                         "setting from tag For outgoing ACK= " + this.getLocalTag());
965 if (this.getLocalTag() != null)
966 ackRequest.getFrom().setTag(this.getLocalTag());
1243 sipStack.getStackLogger().logDebug("localTag = " + getLocalTag());
1710 * @see javax.sip.Dialog#getLocalTag()
1712 public String getLocalTag() {
1980 if (this.getLocalTag() != null) {
1981 from.setTag(this.getLocalTag());
2071 if (this.getLocalTag() != null && from.getTag() != null
2072 && !from.getTag().equals(this.getLocalTag()))
2073 throw new SipException("From tag mismatch expecting " + this.getLocalTag());
2084 if (this.getLocalTag() == null && dialogRequest.getMethod().equals(Request.NOTIFY)) {
2092 if (this.getLocalTag() != null)
2093 from.setTag(this.getLocalTag());
2527 if (this.getLocalTag() != null || this.getRemoteTag() != null) {
2532 if (responseFromTag.equals(this.getLocalTag())) {
2535 sipResponse.setToTag(this.getLocalTag());
2719 if (getLocalTag() == null && sipResponse.getTo().getTag() != null