cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
833
Views
0
Helpful
2
Replies

VXML - problem with <menu>

msycha
Level 1
Level 1

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

2 Replies 2

venkasub
Level 4
Level 4

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

atlantisonetech
Level 1
Level 1

The problem is in the choice tag!

Try this:

http://10.1.22.236/vxml/acme1.vxml"/>

http://10.1.22.236/vxml/audio.vxml"/>

Hope this helps!!