<!-- Pi Reciter --> <!-- eveander@eveander.com, February 23, 2001 --> <!-- you may use this software free under the GNU General Public License --> <vxml> <form id="pi_entry_point"> <field name="how_many_digits"> <prompt> <audio>How many digits of pi would you like to hear? Please say a number from 1 through 9 thousand 9 hundred 99.</audio> </prompt> <!-- this is a predefined grammar from Tellme.com --> <grammar>NATURAL_NUMBER_THRU_9999</grammar> </field> <filled> <goto next="the-digits.tcl?n_digits={how_many_digits}#pi_digits"/> </filled> <nomatch> <audio>I'm sorry. I didn't understand that. Please say a number from 1 through 9999.</audio> <listen/> </nomatch> <noinput> <audio>I'm sorry. I didn't hear you. Please say a number from 1 through 9999.</audio> <listen/> </noinput> </form> </vxml>