Home | History | Annotate | Download | only in stack

Lines Matching defs:getDialogId

573         this.earlyDialogId = sipRequest.getDialogId(false);
943 "Bad Dialog State for " + this + " dialogID = " + this.getDialogId());
1395 d.setDialogId(not.getDialogId(true));
1441 public String getDialogId() {
1444 this.dialogId = this.lastResponse.getDialogId(isServer());
1891 throw new SipException("Dialog " + getDialogId()
2271 sipStack.getStackLogger().logDebug("Timer already running for " + getDialogId());
2275 sipStack.getStackLogger().logDebug("Starting dialog timer for " + getDialogId());
2608 this.setDialogId(sipResponse.getDialogId(false));
2622 this.setDialogId(sipResponse.getDialogId(false));
2637 this.setDialogId(sipResponse.getDialogId(false));
2697 this.setDialogId(sipResponse.getDialogId(true));
2731 this.setDialogId(sipResponse.getDialogId(true));
2775 this.setDialogId(sipResponse.getDialogId(true));
3059 this.setDialogId(sipResponse.getDialogId(true));
3156 ackTransaction.setDialog(this, sipResponse.getDialogId(false));