diff options
Diffstat (limited to 'examples/vxml/root.vxml')
-rw-r--r-- | examples/vxml/root.vxml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/vxml/root.vxml b/examples/vxml/root.vxml new file mode 100644 index 0000000..23aadd1 --- /dev/null +++ b/examples/vxml/root.vxml @@ -0,0 +1,8 @@ +<?xml version="1.0"?> +<vxml version="1.0"> + <form id="HelloWorld"> + <block> + <audio src="">Hello World!</audio> + </block> + </form> +</vxml> |