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

/external/nist-sip/java/javax/sip/
H A DDialog.java45 String getRemoteTag(); method in interface:Dialog
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DSIPDialog.java962 "setting To tag for outgoing ACK = " + this.getRemoteTag());
967 if (this.getRemoteTag() != null)
968 ackRequest.getTo().setTag(this.getRemoteTag());
1244 sipStack.getStackLogger().logDebug("remoteTag = " + getRemoteTag());
1247 sipStack.getStackLogger().logDebug("ackLine:" + this.getRemoteTag() + " " + ackLine);
1719 * @see javax.sip.Dialog#getRemoteTag()
1721 public String getRemoteTag() { method in class:SIPDialog
1985 if (this.getRemoteTag() != null) {
1986 to.setTag(this.getRemoteTag());
2075 if (this.getRemoteTag() !
[all...]

Completed in 103 milliseconds