Pre recorded numbers
Posted: Wed Jan 10, 2007 8:26 pm
I had a studio create all of my voices for my IVR. Now everything sounds great except when I repeat a number that a user has entered. I have 1.mp3, 2.mp3, 3.mp3, 4.mp3 etc. How do I get those mp3's played in place of the numbers in the below example. The variable document.tempPhoneNumber lets say is 3106237464... but remember that variable is dynamic to what the user enters
Code: Select all
<prompt timeout="6s">
<audio src="http://application.mobilemessenger.com.au/customer_care_ivr/UK/voice_overs/VO3.mp3">You have entered </audio>
<say-as type="acronym"><value expr="document.tempPhoneNumber"/></say-as>
<audio src="http://application.mobilemessenger.com.au/customer_care_ivr/UK/voice_overs/VO4.mp3">If this phone number is correct, press one, if not press two.</audio>
</prompt>