<vxml version = "2.0">
  <!--        this is my new page    -->
  <!-- 14269: Welcome to my test page -->
  <form id="_14269">
    <block>
      <prompt>
        Welcome to my test page
      </prompt>
      <goto next="#_14275"/>
    </block>
  </form>
  <!-- 14275: Please enter 1 for this or 2 for that or * to disconnect -->
  <form id="_14275">
    <block>
      <prompt>
        Please enter 1 for this or 2 for that or * to disconnect
      </prompt>
      <goto next="#_14277"/>
    </block>
  </form>
  <!-- 14277: Menu (1, 2, *) -->
  <menu id="_14277" dtmf="true">
    <choice dtmf="*" next="#_14316">
      star
    </choice>
    <choice dtmf="1" next="#_14288">
      1
    </choice>
    <choice dtmf="2" next="#_14295">
      2
    </choice>
  </menu>
  <form id="_14282">
    <block>
      <disconnect/>
    </block>
  </form>
  <!-- 14288: you selected 1 -->
  <form id="_14288">
    <block>
      <prompt>
        you selected 1
      </prompt>
      <goto next="#_14269"/>
    </block>
  </form>
  <!-- 14292: you selected 2, but 1 is played -->
  <form id="_14292">
    <block>
      <prompt>
        you selected 2, but 1 is played
      </prompt>
      <goto next="#_14288"/>
    </block>
  </form>
  <!-- 14295: false -->
  <form id="_14295">
    <block>
      <if cond="'false'=='true'">
        <goto next="#_14292"/>
      <elseif cond="'false'=='false'"/>
        <goto next="#_14298"/>
      <else/>
        <!-- insert expection case code here -->
      </if>
    </block>
  </form>
  <!-- 14298: you selected 2 -->
  <form id="_14298">
    <block>
      <prompt>
        you selected 2
      </prompt>
      <goto next="#_14319"/>
    </block>
  </form>
  <!-- 14316: goodbye -->
  <form id="_14316">
    <block>
      <prompt>
        goodbye
      </prompt>
      <goto next="#_14282"/>
    </block>
  </form>
  <!-- 14319:  -->
  <form id="_14319">
    <block>
      <goto next="http://www.geocities.com/ric_andrade/work/emptypage.vxml"/>
    </block>
  </form>
</vxml>
