<?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: "The input item 'record' may contain the property element. Property elements specify properties that are in effect for this input item."
  This test requires manual execution.  
  Pass if prompt cannot be barged in on; fail if prompt can be barged in on. If you stop speaking at the beep, you should not have a recording.
  -->

  <form id="form0">
    <record name="a" beep="true">
    <property name="bargein" value="false"/>
      <prompt>
      Please try to barge in on this prompt.  
    If you cannot, then the test has been successful.
        <break time="5s"/>
       Have you spoken yet?
    </prompt>
    <filled>
      <prompt>
          Your message is <audio expr="a"/>.
       </prompt>
    </filled>
    <catch event="noinput maxspeechtimeout">
      <exit/>
    </catch>
    </record>
  </form>

<catch>
    <conf:fail expr="'caught unexpected event: ' + _event"/>
</catch>

</vxml>
