Class: Adhearsion::Configuration::AsteriskConfiguration
- Inherits:
-
TelephonyPlatformConfiguration
- Object
- AbstractConfiguration
- TelephonyPlatformConfiguration
- Adhearsion::Configuration::AsteriskConfiguration
- Defined in:
- lib/adhearsion/initializer/configuration.rb
Defined Under Namespace
Classes: AMIConfiguration
Class Attribute Summary collapse
-
.speech_engine ⇒ Object
Returns the value of attribute speech_engine.
Attributes inherited from TelephonyPlatformConfiguration
#listening_host, #listening_port
Class Method Summary collapse
Methods inherited from TelephonyPlatformConfiguration
default_listening_host, #initialize
Methods inherited from AbstractConfiguration
Methods included from ConfigurationEntryPoint
Constructor Details
This class inherits a constructor from Adhearsion::Configuration::TelephonyPlatformConfiguration
Class Attribute Details
.speech_engine ⇒ Object
Returns the value of attribute speech_engine.
140 141 142 |
# File 'lib/adhearsion/initializer/configuration.rb', line 140 def speech_engine @speech_engine end |
Class Method Details
.default_listening_port ⇒ Object
142 143 144 |
# File 'lib/adhearsion/initializer/configuration.rb', line 142 def default_listening_port 4573 end |