Code: Select all
<form id="record_greeting">
<!-- the resulting recording is stored in the variable voice_message -->
<record name="voice_message"
maxtime="60s" dtmfterm="true" beep="true" type="audio/x-wav">
<prompt>
<audio src="http://us.ivr.mobilemessenger.com:8080/voice_overs/VO8.mp3">At the tone, please record your message. When you're done, press pound.</audio>
</prompt>
<!-- if the user doesn't say anything
within finalsilence, catch the noinput -->
<noinput>
<audio src="http://us.ivr.mobilemessenger.com:8080/voice_overs/VO16.mp3">Sorry. I didn't hear you. Now returning to the main menu.</audio>
<goto next="set_menu.php" maxage="0"/>
</noinput>
</record>
Cheers,
Brent