We've Moved! Please visit our new and improved forum over at our new portal: https://portal.plumvoice.com/hc/en-us/community/topics

IVR to pronounce a name

Questions and answers about IVR programming for Plum DEV

Moderators: admin, support

Post Reply
it@acryness.com
Posts: 10
Joined: Tue Dec 05, 2017 3:57 pm

IVR to pronounce a name

Post by it@acryness.com »

Our IVR system has to give the Insurance Information of our clients.
Ex: There can be any insurance on file Example GEICO, Medicare OH etc.
The IVR voice is saying these names very bad. Ex: GEICO is said as geecondo.
I can't use spell here. Is there an option to pronounce these names properly.

admin
Site Admin
Posts: 35
Joined: Thu May 29, 2003 3:12 pm

Re: IVR to pronounce a name

Post by admin »

Hi,
The best way to avoid mispronunciation is by uploading audio files for each insurance company's name.

Code: Select all

 
<audio src = "wav/geico.wav">
   GEICO
</audio>
Yet if you're unable to record any audio files, the names could also be spelled out phonetically.

Code: Select all

 
<prompt>
   Guy Co
</prompt>
Regards,
Plum Support

Post Reply