forked from gracexuanzhou/NousVote_Group15
-
Notifications
You must be signed in to change notification settings - Fork 0
/
menu_en.xml
28 lines (25 loc) · 946 Bytes
/
menu_en.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="UTF-8"?>
<vxml version="2.0">
<!-- end event -->
<catch event="end">
<disconnect/>
</catch>
<menu>
<property name="inputmodes" value="dtmf"/>
<prompt>
Welcome to Nous Vote!
<break time="500"/>
To current vote, please press 1.
<break time="1000"/>
To check the vote count, please press 2.
<break time="1000"/>
To return the previous page, please press 9.
<break time="1000"/>
To end the call, please press the asterisk key.
</prompt>
<choice dtmf="1" next="https://webhosting.voxeo.net/208143/www/vote_en.xml"/>
<choice dtmf="2" next="https://webhosting.voxeo.net/208143/www/result_en.xml"/>
<choice dtmf="9" next="https://webhosting.voxeo.net/208143/www/main_page.xml"/>
<choice dtmf="*" event="end"/>
</menu>
</vxml>