You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
363 B
20 lines
363 B
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<vxml version="2.0">
|
|
<form>
|
|
<block>
|
|
<prompt><break time="50ms"/>Hello World<break time="500ms"/></prompt>
|
|
</block>
|
|
|
|
<block>
|
|
<prompt>
|
|
This is a test for voice browser <break time="500ms"/>
|
|
</prompt>
|
|
</block>
|
|
|
|
<block>
|
|
<prompt>
|
|
The line will be cut just after <break time="500ms"/>
|
|
</prompt>
|
|
</block>
|
|
</form>
|
|
</vxml>
|