Searched refs:getLocalTag (Results 1 - 4 of 4) 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...]
H A DSIPServerTransaction.java1327 if (dialog.getLocalTag() == null && sipResponse.getTo().getTag() == null) {
1333 } else if (dialog.getLocalTag() != null && sipResponse.getToTag() == null) {
1334 sipResponse.setToTag(dialog.getLocalTag());
1335 } else if (dialog.getLocalTag() != null && sipResponse.getToTag() != null
1336 && !dialog.getLocalTag().equals(sipResponse.getToTag())) {
1338 + dialog.getLocalTag() + " responseTag is "
/external/nist-sip/java/gov/nist/javax/sip/
H A DSipProviderImpl.java525 && dialog.getLocalTag() != null) {

Completed in 87 milliseconds