Home | History | Annotate | Download | only in stack

Lines Matching refs:dialogId

160     private String dialogId;
943 "Bad Dialog State for " + this + " dialogID = " + this.getDialogId());
1364 public void setDialogId(String dialogId) {
1365 this.dialogId = dialogId;
1443 if (this.dialogId == null && this.lastResponse != null)
1444 this.dialogId = this.lastResponse.getDialogId(isServer());
1446 return this.dialogId;
1577 if (this.sipStack.getDialog(dialogId) == this) {
1578 this.sipStack.removeDialog(dialogId);
1583 this.dialogId = null;
1735 sipStack.getStackLogger().logDebug("set Local tag " + mytag + " " + this.dialogId);
2059 ((SIPClientTransaction) clientTransactionId).setDialog(this, this.dialogId);