Created
August 9, 2012 16:15
-
-
Save lgleasain/3305573 to your computer and use it in GitHub Desktop.
tropo_agi.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Configuration for connecting to your AGI Server | |
tropo: | |
# The default voice to use for Speech Synthesis/TTS | |
# Refer to: https://www.tropo.com/docs/scripting/say.htm (voice option) for a list of supported voices | |
voice: kate | |
# The default recognizer to use for Speech Recogintion/ASR | |
# Refer to: https://www.tropo.com/docs/scripting/ask.htm (recognizer option) for a list of supported recognizers | |
recognizer: en-us | |
# The SIP address to send the session/call to if AGItate may not connect to your AGI server | |
# this may be another Tropo app that plays a simple message, or an address on your Asterisk server | |
# by default, if left unchanged this will play a message to the user: | |
# 'We were unable to connect to your A G I server. Please try again later. Goodbye.' | |
next_sip_uri: sip:[email protected] | |
agi: | |
# This should be your running AGI Server (Adhearsion, PHPAGI, Asterisk-Java, etc) | |
# uri: agi://184.106.176.144:4573/tropo_agi | |
uri: agi://184.106.175.178:4573/tropo_agi | |
# Used for local testing | |
uri_for_local_tests: agi://localhost:4573/tropo_agi | |
asterisk: | |
sounds: | |
enabled: true | |
language: en | |
# available_files/base_uri does not need to change, unless you want to pull sound files from your own account | |
# these files are accessible from the Tropo-AGI/49767 account to yours | |
available_files: http://hosting.tropo.com/49767/www/audio/asterisk_sounds/asterisk_sounds.json | |
base_uri: http://hosting.tropo.com/49767/www/audio/asterisk_sounds |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment