<?xml version="1.0" encoding="UTF-8" ?>

<vxml version="2.0">

  <form id="Form">
    <field name="answer" type="digits?maxlength=1">
      <prompt>
        You have pressed the conference term digit.
        Please.
        Press 1 to rejoin the conference.
        Or.
        Press 9 to end this call.
      </prompt>
      <filled>
        <exit namelist="answer"/>
      </filled>
     </field>
  </form>

</vxml>