Pause before reading numbers.
Posted: Wed Jul 29, 2009 9:11 am
I have this piece of vxml code:
<prompt>
Please verify the following information you entered.
Store ID: <value expr="'#variables.storeIDSpeaking#'"/>.
Last 4 digits of your Social Security Number: <value expr="'#variables.ssnSpeaking#'"/>.
4 Digits Month and Day of your Birthday:<value expr="'#variables.bDaySpeaking#'"/>
</prompt>
The TTS engine doesn't pause before reading the text before reading the number value. Is there a way to make the system pause a little bit before the numbers are read?
<prompt>
Please verify the following information you entered.
Store ID: <value expr="'#variables.storeIDSpeaking#'"/>.
Last 4 digits of your Social Security Number: <value expr="'#variables.ssnSpeaking#'"/>.
4 Digits Month and Day of your Birthday:<value expr="'#variables.bDaySpeaking#'"/>
</prompt>
The TTS engine doesn't pause before reading the text before reading the number value. Is there a way to make the system pause a little bit before the numbers are read?