We've Moved! Please visit our new and improved forum over at our new portal: https://portal.plumvoice.com/hc/en-us/community/topics
Search found 4 matches
- Wed Jan 27, 2010 8:20 am
- Forum: Plum DEV Q&A
- Topic: TTS speaking back Digits incorrectly
- Replies: 6
- Views: 9872
Hi , We did few more testing on our end , here are the details this is the exact code that is there on our server :- <?xml version="1.0"?> <vxml version="2.0" application="/ivr/outbound/root.action"> <form> <block> <assign name="callee_type" expr="'voice'"/> <prompt> Hello, This is Care Pass with a ...
- Tue Jan 26, 2010 7:13 am
- Forum: Plum DEV Q&A
- Topic: TTS speaking back Digits incorrectly
- Replies: 6
- Views: 9872
Actual Voice XML
<?xml version="1.0"?> <vxml version="2.0"> <form id="confCode"> <block> <prompt> Hello, This is Care Pass with a message for Peter , Your activation code is <prosody volume="100.0" rate="medium"><say-as type="number:digits">73478</say-as>.</prosody> <prosody volume="100.0" rate="default"/> Your acti...
- Mon Jan 25, 2010 12:26 pm
- Forum: Plum DEV Q&A
- Topic: TTS speaking back Digits incorrectly
- Replies: 6
- Views: 9872
Our sample VXML
<?xml version='1.0'?><speak><voice name="Samantha" gender="female"> Activation Code for your phone is <prosody rate="medium" volume="75.0"><say-as type="number:digits"> 73373</say-as></prosody><prosody rate="default" volume="100.0"/> . Activation Code for your phone is <prosody rate="medium" volume=...
- Sat Jan 23, 2010 7:10 am
- Forum: Plum DEV Q&A
- Topic: TTS speaking back Digits incorrectly
- Replies: 6
- Views: 9872
TTS speaking back Digits incorrectly
We just tested this again on our production server and it read our activation code “73373” as “seventy three thousand three hundred seventy three”. Can someone help us figure out what is going on? Are we doing something wrong? Here is the specific issue occurs: </voice></speak> --------- VXI::queue_...