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 on number

Questions and answers about IVR programming for Plum DEV

Moderators: admin, support

Post Reply
lilbiscuit
Posts: 1
Joined: Sat Feb 14, 2015 10:59 am

say-as not working on number

Post by lilbiscuit »

I;m using Using AT&T Natural Voices 1.4 TTS

How can I get digits read independently ?

I have this code:

Code: Select all

<say-as type="number: digits">2228514694</say-as>
And I should get back

Code: Select all

two two two eight .....
instead I get

Code: Select all

two billion two hundred twenty eight million ....
Thanks.

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

Re: say-as not working on number

Post by support »

Hi,

For the AT&T TTS engine, in order to read numbers as digits, please use the "acronym" type for the <say-as> tag, as in below:

Code: Select all

<say-as type="acronym">2228514694</say-as>
The AT&T TTS does not support "numbers: digits" as a valid <say-as> tag type. For a list of supported types, please check our TTS engine documentation.

Regards,
Plum Support

Post Reply