<?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 xmlns="http://www.w3.org/2001/vxml" xmlns:conf="http://www.w3.org/2002/vxml-conformance" version="2.0">
<!--
Assertion 1054: "The input item 'transfer' may contain the grammar element.
  Grammar elements specify allowable spoken and character input for this input item."
Manual Execution Required: A valid dest url must be used.
-->

<form id="form0">
  <transfer name="a" dest="tel:+14085551212" bridge="true">
      <conf:grammar utterance="alpha" interp="99"/>
  
      <conf:speech value="alpha"/>

  <filled>
    <if cond="application.lastresult$.interpretation == 99">
      <conf:pass/>
    <else/>
      <conf:fail expr="'unexpected value of application.lastresult$.interpretation ' + application.lastresult$.interpretation"/>
    </if>
  </filled>
  </transfer>


  <block>
    <conf:fail reason="block unexpectedly visited"/>
  </block>

</form>

<catch>
    <conf:fail expr="'caught unexpected event: ' + _event"/>
</catch>

</vxml>
