Hi Ryan,
thanks for your reply.
Here we have 1 vxml gateway and 2 TTS servers, where one is primary and other is backup.
Should i need to configure both servers in Gateway Global config? and add the same in OAMP.
Thanks,
Phani.
This is an easy one, please try to figure these things out from the config guide. Since i can quickly answer I will, here's what you'll need on your 1 vxml gateway:
just one global config for the ivr setting:
ivr tts-server rtsp://tts-en-us/synthesizer
notice that "tts-en-us" is a hostname, we need to resolve that. This means you'll also need ip host entries:
ip host tts-en-us <IP of one TTS server>
ip host tts-en-us-backup <IP of backup TTS server>
Then in OAMP in the IVR tab for the call server you'll need to enable backup asr/tts servers. If you're doing speech rec the configuration is nearly identical.
-Ryan