07-19-2004 05:02 AM - edited 03-13-2019 10:26 PM
Hi all,
I'm trying to create vxml document with menu. But it doesn't work. Only play promt and that's all.
----
<?xml version="1.0"?>
<vxml version="2.0">
<menu id="testmenu" dtmf="true">
<prompt bargein="true">
<audio src="http://10.1.22.236/audio/welcome.au"></audio>
</prompt>
<choice next="http://10.1.22.236/vxml/acme1.vxml"/>
<choice next="http://10.1.22.236/vxml/audio.vxml"/>
</menu>
</vxml>
----
Can anyone tell me where the problem should be?
Mirek
07-19-2004 06:20 AM
Hi,
Please take a look at the below URL, which explains VXML scripting with example. http://www.voicexml.org/specs/VoiceXML-100.pdf
Hope it helps.
Regards
Venkat
10-13-2004 01:14 PM
The problem is in the choice tag!
Try this:
Hope this helps!!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide