- From: Matt Porter <mporter@calltower.com>
- Date: Wed, 19 Feb 2003 02:57:53 -0500 (EST)
- To: <scott.mcglashan@pipebeach.com>, <www-voice@w3.org>
Received on Thursday, 20 February 2003 06:03:37 UTC
this has to do Guillaume's question...
with let me elaborate on an issue with <record> that i dont understand. Given this dialog...
<?xml version="1.0" encoding="UTF-8"?>
<vxml version="2.0">
<form>
<record name="msg" beep="true" maxtime="10s" finalsilence="4000ms" dtmfterm="true" type="audio/x-wav">
<prompt timeout="5s">Record a message after the beep.</prompt>
<noinput>
I didn't hear anything, please try again.
</noinput>
</record>
</form>
</vxml>
what if the user does not say anything ( no audio is collected because of silence detection or whatever ), but terminates the recording with a DTMF.
it seems to me the "termchar" shadow variable should hold the key they pressed, and the "noinput" event would still be thrown...is this correct?
The <record> section seems to need more clarification....
Received on Thursday, 20 February 2003 06:03:37 UTC