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

Say-AS not working

Questions and answers about IVR programming for Plum DEV

Moderators: admin, support

Post Reply
plumphp
Posts: 5
Joined: Wed Jun 14, 2006 2:27 pm

Say-AS not working

Post by plumphp »

I am trying the say-as type option to say individual digits but no matter what I choose the system keeps saying the number as one long number

code:
<say-as type="number:digits">34593453</say-as>

I want: 3-4-5-9-...etc

I get: 3million 4hundred fifty 9...etc

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

correction to bug in IVR platform

Post by support »

Hello,

This is a bug in the AT&T Natural Voices engine the IVR platform is using. It can be corrected by using the <say-as> tag:

Code: Select all

<say-as type="acronym">1234</say-as>
Regards,
Plum Support

Post Reply