<?xml version="1.0" encoding="UTF-8"?>
<!-- @ Copyright 1998-2003 W3C (MIT, ERCIM, Keio), All Rights Reserved. See http://www.w3.org/Consortium/Legal/. @ -->
<vxml version="2.0"
  xmlns="http://www.w3.org/2001/vxml"
  xmlns:conf="http://www.w3.org/2002/vxml-conformance">
<!--
 Assertion 8 Section 1.2.5
 The interpreter must be able to record audio received from the user.

 Web requirements:
 none

 a008.vxml
   test1 - prompts for a recording, and replay it to the driver.
-->
<catch>
  <conf:fail expr="'catch-all caught ' + _event"/>
</catch>

<form id="a008">
  <record  name="test1" beep="true" maxtime="10s" finalsilence="2s" type="audio/wav">
    <conf:recording value="nonspeech"/>

    <filled>
       <!-- driver must verify that she hears the recorded audio -->
       <audio expr="test1"/>
       <exit/>
    </filled>
  </record>

  <block>
    <conf:fail reason="block"/>
  </block>
</form>
</vxml>
