<say-as> type attribute
Posted: Wed Feb 22, 2006 3:54 pm
I use <say-as type="number:digits"> but I still hear it as a number not digits. Below is my code.
Code: Select all
<?xml version="1.0"?>
<vxml version="2.0">
<form>
<block>
<prompt>
<voice gender="female">
<say-as type="number:digits">
4500600008284523
</say-as>
</voice>
</prompt>
</block>
</form>
</vxml>