Page 1 of 1

Say-AS not working

Posted: Tue Jun 20, 2006 6:05 pm
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

correction to bug in IVR platform

Posted: Wed Jun 21, 2006 1:01 am
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