Searched defs:getLocalTag (Results 1 - 2 of 2) sorted by relevance

/external/nist-sip/java/javax/sip/
H A DDialog.java33 String getLocalTag(); method in interface:Dialog
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DSIPDialog.java960 "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() { method in class:SIPDialog
1980 if (this.getLocalTag() != null) {
1981 from.setTag(this.getLocalTag());
2071 if (this.getLocalTag() != null && from.getTag() != null
2072 && !from.getTag().equals(this.getLocalTag()))
[all...]

Completed in 92 milliseconds