Home
last modified time | relevance | path

Searched refs:getDialogId (Results 1 – 10 of 10) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/
DSipProviderImpl.java329 .getDialog(), sipRequest.getDialogId(false)); in getNewClientTransaction()
358 String dialogId = sipRequest.getDialogId(false); in getNewClientTransaction()
413 ct.setDialog(dialog, sipRequest.getDialogId(false)); in getNewClientTransaction()
416 ct.setDialog(sipDialog, sipRequest.getDialogId(false)); in getNewClientTransaction()
420 ct.setDialog(dialog, sipRequest.getDialogId(false)); in getNewClientTransaction()
513 String dialogId = sipRequest.getDialogId(true); in getNewServerTransaction()
519 transaction.setDialog(dialog, sipRequest.getDialogId(true)); in getNewServerTransaction()
559 String dialogId = sipRequest.getDialogId(true); in getNewServerTransaction()
564 transaction.setDialog(dialog, sipRequest.getDialogId(true)); in getNewServerTransaction()
583 String dialogId = sipRequest.getDialogId(true); in getNewServerTransaction()
[all …]
DDialogFilter.java294 String dialogId = sipRequest.getDialogId(true); in processRequest()
499 + dialog.getDialogId()); in processRequest()
994 if (subscriptionDialog == null || subscriptionDialog.getDialogId() == null in processRequest()
995 || !subscriptionDialog.getDialogId().equals(dialogId)) { in processRequest()
1000 if (subscriptionDialog != null && subscriptionDialog.getDialogId() == null) { in processRequest()
1245 transaction.setDialog(dialog, dialog.getDialogId()); in processResponse()
1270 String dialogID = sipResponse.getDialogId(false); in processResponse()
1351 .getDialogId(false)); in processResponse()
1390 && sipResponse.getDialogId(false).equals( in processResponse()
1391 sipDialog.getLastAckSent().getDialogId(false))) { in processResponse()
/external/nist-sip/java/gov/nist/javax/sip/stack/
DSIPDialog.java573 this.earlyDialogId = sipRequest.getDialogId(false); in SIPDialog()
943 "Bad Dialog State for " + this + " dialogID = " + this.getDialogId()); in sendAck()
1395 d.setDialogId(not.getDialogId(true)); in createFromNOTIFY()
1441 public String getDialogId() { in getDialogId() method in SIPDialog
1444 this.dialogId = this.lastResponse.getDialogId(isServer()); in getDialogId()
1891 throw new SipException("Dialog " + getDialogId() in createRequest()
2271 sipStack.getStackLogger().logDebug("Timer already running for " + getDialogId()); in startTimer()
2275 sipStack.getStackLogger().logDebug("Starting dialog timer for " + getDialogId()); in startTimer()
2608 this.setDialogId(sipResponse.getDialogId(false)); in setLastResponse()
2622 this.setDialogId(sipResponse.getDialogId(false)); in setLastResponse()
[all …]
DSIPClientTransaction.java945 .getDialogId(false)); in sendRequest()
1364 String dialogId = sipResponse.getDialogId(false); in processResponse()
1399 String defaultDialogId = defaultDialog.getDialogId(); in processResponse()
1429 this.setDialog(dialog, dialog.getDialogId()); in processResponse()
1441 this.setDialog(dialog, dialog.getDialogId()); in processResponse()
1465 String dialogId = this.lastResponse.getDialogId(false); in getDialog()
1516 if (dialogId != null && sipDialog.getDialogId() != null) { in setDialog()
DSIPTransactionStack.java604 String dialogId = dialog.getDialogId(); in putDialog()
633 String dialogId = ((SIPRequest) transaction.getRequest()).getDialogId(false); in createDialog()
663 String dialogId = ((SIPRequest) transaction.getRequest()).getDialogId(false); in createDialog()
696 String id = dialog.getDialogId(); in removeDialog()
2174 String dialogReport = "dialog id: " + itDialog.getDialogId() in auditDialogs()
DSIPServerTransaction.java1386 String dialogId = ((SIPResponse) response).getDialogId(true); in sendResponse()
/external/nist-sip/java/javax/sip/
DDialog.java16 String getDialogId(); in getDialogId() method
/external/nist-sip/java/gov/nist/javax/sip/message/
DSIPResponse.java558 public String getDialogId(boolean isServer) { in getDialogId() method in SIPResponse
589 public String getDialogId(boolean isServer, String toTag) { in getDialogId() method in SIPResponse
DSIPRequest.java550 public String getDialogId(boolean isServer) { in getDialogId() method in SIPRequest
585 public String getDialogId(boolean isServer, String toTag) { in getDialogId() method in SIPRequest
DSIPMessage.java261 public abstract String getDialogId(boolean isServerTransaction); in getDialogId() method in SIPMessage