Searched refs:isAutomaticDialogSupportEnabled (Results 1 – 6 of 6) sorted by relevance
203 .isAutomaticDialogSupportEnabled(); in SipProviderImpl()414 else if (this.isAutomaticDialogSupportEnabled()) { in getNewClientTransaction()510 if (isAutomaticDialogSupportEnabled()) { in getNewServerTransaction()531 if (isAutomaticDialogSupportEnabled()) { in getNewServerTransaction()748 …null && st.getState() != TransactionState.TERMINATED && this.isAutomaticDialogSupportEnabled()) { in sendResponse()829 if (isAutomaticDialogSupportEnabled()) in getNewDialog()1091 public boolean isAutomaticDialogSupportEnabled() { in isAutomaticDialogSupportEnabled() method in SipProviderImpl
343 if (sipProvider.isAutomaticDialogSupportEnabled() in processRequest()435 if (sipProvider.isAutomaticDialogSupportEnabled() && dialog == null) { in processRequest()571 if (dialog == null && sipProvider.isAutomaticDialogSupportEnabled()) { in processRequest()642 } else if (dialog == null && sipProvider.isAutomaticDialogSupportEnabled()) { in processRequest()740 } else if (st == null && sipProvider.isAutomaticDialogSupportEnabled() in processRequest()951 if (sipProvider.isAutomaticDialogSupportEnabled() && pendingSubscribeClientTx == null in processRequest()1014 … && (sipProvider.isAutomaticDialogSupportEnabled() || pendingSubscribeClientTx in processRequest()1343 if (sipProvider.isAutomaticDialogSupportEnabled()) { in processResponse()
520 boolean isAutomaticDialogSupportEnabled() { in isAutomaticDialogSupportEnabled() method in SipStackImpl521 return super.isAutomaticDialogSupportEnabled; in isAutomaticDialogSupportEnabled()705 super.isAutomaticDialogSupportEnabled = configurationProperties in SipStackImpl()712 if ( super.isAutomaticDialogSupportEnabled ) { in SipStackImpl()
43 boolean isAutomaticDialogSupportEnabled(); in isAutomaticDialogSupportEnabled() method
948 if (this.getSipProvider().isAutomaticDialogSupportEnabled() && dialog != null) { in sendRequest()1439 if (sipStack.isAutomaticDialogSupportEnabled) { in processResponse()
304 protected boolean isAutomaticDialogSupportEnabled; field in SIPTransactionStack