File: root.vxml

package info (click to toggle)
pwlib 1.10.2-2%2Betch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 12,112 kB
  • ctags: 14,989
  • sloc: cpp: 109,883; ansic: 6,061; sh: 2,929; makefile: 1,054; yacc: 861; asm: 161
file content (27 lines) | stat: -rw-r--r-- 545 bytes parent folder | download | duplicates (11)
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
<?xml version="1.0"?>
<vxml version="1.0">

<form id="root">
	<block>
		<prompt>
			<audio src="welcome.wav"/>
			This is the Open, H 3 2 3, V X M L test program.
			Thank you for listening.
		</prompt>
	</block>
	<block>
		<menu>
		  <prompt>Select one of </prompt>
		  <choice dtmf="1" next="#top1">choice 1</choice>
		  <choice dtmf="2" next="#top2">choice 2</choice>
		</menu>
	</block>
	<field name="top1">
	  <prompt>You selected 1</prompt>
    </field>
	<field name="top2">
	  <prompt>You selected 2</prompt>
    </field>
</form>

</vxml>