<?xml version="1.0"?>
<vxml version="2.0">
<property name="inputmodes" value="dtmf"/>
<form>
  <field name="ext" type="digits">
    <prompt>
      <audio src="audio/demo.wav">Thank you for calling the Plum Voice demo account test line.  You can enter the extension for your application at anytime.  This system is for evaluation purposes only, please do not enter any personal information during this call.</audio>
    </prompt>
    <filled>
      <var name="session_id" expr="session.id"/>
      <var name="dnis" expr="session.telephone.dnis"/>
      <submit next="demo.php" namelist="session_id dnis ext" method="post"/>
    </filled>
    <catch event="noinput nomatch">
      <audio src="audio/sorry.wav">I'm sorry I didn't get that.</audio>
      <reprompt/>
    </catch>
    <catch event="noinput nomatch" count="3">
      <audio src="audio/goodbye.wav">Please try your call again later.  Goodbye.</audio>
      <disconnect/>
    </catch>
  </field>
</form>
</vxml>

