Home
last modified time | relevance | path

Searched refs:isAutomaticDialogSupportEnabled (Results 1 – 6 of 6) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/
DSipProviderImpl.java203 .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
DDialogFilter.java343 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()
DSipStackImpl.java520 boolean isAutomaticDialogSupportEnabled() { in isAutomaticDialogSupportEnabled() method in SipStackImpl
521 return super.isAutomaticDialogSupportEnabled; in isAutomaticDialogSupportEnabled()
705 super.isAutomaticDialogSupportEnabled = configurationProperties in SipStackImpl()
712 if ( super.isAutomaticDialogSupportEnabled ) { in SipStackImpl()
/external/nist-sip/java/javax/sip/
DSipProvider.java43 boolean isAutomaticDialogSupportEnabled(); in isAutomaticDialogSupportEnabled() method
/external/nist-sip/java/gov/nist/javax/sip/stack/
DSIPClientTransaction.java948 if (this.getSipProvider().isAutomaticDialogSupportEnabled() && dialog != null) { in sendRequest()
1439 if (sipStack.isAutomaticDialogSupportEnabled) { in processResponse()
DSIPTransactionStack.java304 protected boolean isAutomaticDialogSupportEnabled; field in SIPTransactionStack