<?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">

<!-- The value of badDestination needs to be uncallable -->
<form id="form0">

   <var name="baddest"/>
   <transfer name="xfer" destexpr="baddest" connecttimeout="1s" bridge="true">
     <catch>
      <conf:comment>caught <value expr="_event"/></conf:comment> 
      <conf:pass/>
     </catch>
     <filled>
       <conf:fail expr="'xfer filled with ' + xfer"/>
     </filled>
   </transfer>

  <block>
    <conf:fail reason="event expected"/>
  </block>
</form>

<catch>
    <conf:fail expr="'caught unexpected event: ' + _event"/>
</catch>

</vxml>
