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

number only read for values less than 6 digits

Questions and answers about IVR programming for Plum DEV

Moderators: admin, support

Post Reply
zone24x7
Posts: 29
Joined: Fri May 19, 2006 7:50 am

number only read for values less than 6 digits

Post by zone24x7 »

in the plum system if i am using a number 100 they system will voice it as one zero zero but if i use a value of more than 6 digits example 2 million. system will say 2 millon than saying two zero....
how can i set the system to read it digit by digit for any value than saying the exact value

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

Example of <say-as> tag used in IVR application

Post by support »

Hi,

We'd recommend using the <say-as> tag in your IVR application. E.g.:

<say-as type="acronym">123456</say-as>
(says "one-two-three-four-five-six" rather than "one hundred twenty-three thousand four-hundred fifty-six")


Regards,

Plum Support

Post Reply