We've Moved! Please visit our new and improved forum over at our new portal: https://portal.plumvoice.com/hc/en-us/community/topics
need assistance changing default voice
need assistance changing default voice
I have server where my project manager wants us to change the default voice. I am new to the IVR system. What file do I have to edit and change the default voice. If possible, detail steps on what I need to change the voice. I don't know where to start...
Changing the default voice in IVR application
Hi,
To change the default voice in your IVR application you would have to use the <voice> tag in all the prompts where you would want to hear that voice changed. For IVR example, if you have AT&T Natural Voices:
The above voices assume you are running on the Plum IVR Hosting Site. If you have an onsite system and are unsure what voices are installed on your IVR system, you should e-mail support@plumvoice.com with your customer ID in the subject line to get a complete list of voices installed on your system.
So, once you are sure of what voices you have in your IVR system, you would only have to replace this line of code:
with this line:
Hope this helps.
Regards,
Plum Support
To change the default voice in your IVR application you would have to use the <voice> tag in all the prompts where you would want to hear that voice changed. For IVR example, if you have AT&T Natural Voices:
Code: Select all
<?xml version="1.0"?>
<vxml version="2.0">
<form>
<block>
<prompt>
<voice name="crystal">
Hi, I'm Crystal.
</voice>
<voice name="mike">
Hi, I'm Mike.
</voice>
</prompt>
</block>
</form>
</vxml>
So, once you are sure of what voices you have in your IVR system, you would only have to replace this line of code:
Code: Select all
<voice name="crystal">
Code: Select all
<voice name="[insert voice name here]">
Regards,
Plum Support
Plum Support
http://www.plumvoice.com
http://www.plumvoice.com