app_generators/ahn/templates/config/startup.rb in adhearsion-1.2.0 vs app_generators/ahn/templates/config/startup.rb in adhearsion-1.2.1
- old
+ new
@@ -28,9 +28,10 @@
# NOTE: Pay special attention to the argument_delimiter field below:
# For Asterisk <= 1.4, use "|" (default)
# For Asterisk >= 1.6, use ","
# The delimiter can also be specified in Asterisk's asterisk.conf.
# This setting applies only to AGI. The AMI delimiter is auto-detected.
+ # NB: The AMI user should have write access in order to execute actions, and AMI connections will fail otherwise.
config.enable_asterisk :argument_delimiter => '|'
# config.asterisk.enable_ami :host => "127.0.0.1", :username => "admin", :password => "password", :events => true
# Adhearsion supports two possible speech engines with Asterisk: UniMRCP and Cepstral.
# Uncomment one of the below if you have it available.