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

Male voice change

Questions and answers about IVR programming for Plum DEV

Moderators: admin, support

Post Reply
shanthint@paydq.com
Posts: 84
Joined: Wed Apr 04, 2007 4:58 pm

Male voice change

Post by shanthint@paydq.com »

Hi,
we have a plum voice server. We bought a new female voice.
It seems like now the male voice is not working at all.
We get all default voices are female.
Is there something we can do to change the voice?
Note:
I tried to use property tag for voicename and voicegender,
it didn't work. And I tried voice tag with name 'mike' it didn't work.

Thanks in advance.

support
Posts: 3632
Joined: Mon Jun 02, 2003 3:47 pm
Location: Boston, MA
Contact:

IVR code needed to help debug voice issue

Post by support »

Hi,

Could you provide us with a small snippet of IVR code that demonstrates this IVR issue? That would further help us debug this IVR issue.

Regards,
Plum Support
Last edited by support on Fri Feb 19, 2010 11:06 am, edited 2 times in total.

shanthint@paydq.com
Posts: 84
Joined: Wed Apr 04, 2007 4:58 pm

Post by shanthint@paydq.com »

Hi,
This is the code I tried. But still I am getting male voice.

code:

<vxml version="2.0" xmlns="http://www.w3.org/2001/vxml">

<property name="voicegender" value="male" />
<property name="voicename" value="mike"/>

<form>
<block>
<prompt>
<voice name="mike">
Welcome to Paydq Online Payment Center.
</voice>
</prompt>
</block>
</form>
</vxml>

Thank you

support
Posts: 3632
Joined: Mon Jun 02, 2003 3:47 pm
Location: Boston, MA
Contact:

IVR code works for male voice

Post by support »

Hi,

We've just tried your IVR code and got back a male voice as well. However, "mike" is supposed to be a male voice. Do you mean to say that it is returning a female voice back to you when you implement this IVR code?

Regards,
Plum Support
Last edited by support on Fri Feb 19, 2010 11:06 am, edited 2 times in total.

shanthint@paydq.com
Posts: 84
Joined: Wed Apr 04, 2007 4:58 pm

Post by shanthint@paydq.com »

I am so sorry. Yes it gives me the female voice.

support
Posts: 3632
Joined: Mon Jun 02, 2003 3:47 pm
Location: Boston, MA
Contact:

Install male voice on server for IVR app to work

Post by support »

Hi,

We just checked on your box and saw that you only have the female voice for Swift, "Diane", installed on your IVR server.

If you wish to have a male voice installed on your IVR server, please contact your IVR account manager.

Regards,
Plum Support

Post Reply