This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
eo-telephone/vxml/scriptvocal.xml

22 lines
638 B
XML

<?xml version="1.0" ?>
<vxml version="2.0" xmlns="http://www.w3.org/2001/vxml" xml:lang="fr-FR">
<property name="inputmodes" value="dtmf"/>
<var name="numappelant"/>
<form id="guessNumber">
<field name="guess1" type="digits?length=1" >
<prompt>
Guess what the computer is thinking! Pick a number between 0 and 9.
</prompt>
</field>
<field name="guess2" type="digits?length=1" >
<prompt>
Guess what the computer is thinking now! Pick a number between 0 and 9.
</prompt>
<filled>
You guessed <value expr="guess1"/> and <value expr="guess2"/>.
</filled>
</field>
</form>
</vxml>