<!-- ArsDigita telephone directory -->
<!-- eveander@eveander.com, February 24, 2001 -->
<!-- you may use this software free under the GNU General Public License -->
<vxml>
<form id="welcome">
   <block>
      <audio>Welcome to the ArsDigita telephone directory.</audio>
      <pause>200</pause>
      <goto next="#phone_dir_entry_point"/>
   </block>
</form>
<form id="phone_dir_entry_point">
   <field name="passcode">
      <prompt>
      <audio> Please enter the four digit passcode.</audio>
      </prompt>
      <grammar>Four_digits</grammar>
   </field>
   <filled>
      <submit next="passcode-check.tcl" method="post"/> 
   </filled>
   <nomatch>
      <audio>I'm sorry, I didn't understand what you entered. Please enter the four digit passcode.</audio>
      <listen/>
   </nomatch>
   <noinput>
      <audio>I'm sorry, I didn't hear you.  Please enter the four digit passcode.</audio>
      <listen/>
   </noinput>
</form>
</vxml>