| VoiceXML 2.1 Development Guide | Home | Frameset Home |
|
<?xml version="1.0" ?>
<vxml version = "2.1">
<meta name="maintainer" content="Me@MyEmailAddress.com"/>
<meta name="speak_exceptions" content="true"/>
<form>
<block>
<prompt>
Hello World!
</prompt>
</block>
<form>
</vxml>
<meta> option to speak the error type to the caller. Lastly, we have some bad code, where the <form> element is not properly closed. Naughty.
============================================================
Error Summary
============================================================
An error occurred while executing the following dialog.
Initial URL: file:///c:/nuance/callrouting/motnewcall.vxml
Current URL: file:///c:/nuance/callrouting/motnewcall.vxml
Calling Number (ANI): 4071112222
Called Number (DNIS): 4072223333
Redirecting Number (RDNIS): ""
State: URL2
VoxGateway Version: Load 123 (31 July 2003)
Date/Time: 2008/8/5 22:16:16.510
(http://MyServer.com/MyApp.vxml? <SNIP>): The element type "form" must be terminated by the matching end-tag "</form>".
<SNIP>
VoiceException:
error.semantic
XML parse error(s) occurred in: http://MyServer.com/MyApp.vxml?
<SNIP>
Dialog stack trace:
State (Dialog) URL (Document)
-------------- ------------------------------
URL2 file:///c:/nuance/callrouting/motnewcall.vxml
============================================================
Current Document
============================================================
<?xml version="1.0" ?>
<vxml version = "2.1">
<meta name="maintainer" content="Me@MyEmailAddress.com"/>
<form>
<block>
<prompt> Hello World!</prompt>
</block>
<form>
</vxml>
============================================================
Session Log
============================================================
..
<SNIP>
..
===========================
An error occurred while executing the following dialog.
Initial URL: file:///c:/nuance/callrouting/motnewcall.vxml
Current URL: file:///c:/nuance/callrouting/motnewcall.vxml
Calling Number (ANI): 4071112222
Called Number (DNIS): 4072223333
Redirecting Number (RDNIS): ""
State: URL1
VoxGateway Version: Load 123 (31 July 2003)
Date/Time: 2003/8/5 22:16:13.526
VoiceException:
error.semantic
XML parse error(s) occurred in: http://MyServer.com/MyApp.vxml?
..
<SNIP>
..
Dialog stack trace:
State (Dialog) URL (Document)
-------------- ------------------------------
URL1 file:///c:/nuance/callrouting/motnewcall.vxml
===========================
An error occurred while executing the following dialog.
Initial URL: file:///c:/nuance/callrouting/motnewcall.vxml
Current URL: file:///c:/nuance/callrouting/motnewcall.vxml
Calling Number (ANI): 4071112222
Called Number (DNIS): 4072223333
Redirecting Number (RDNIS): ""
State: URL2
VoxGateway Version: Load 123 (31 July 2003)
Date/Time: 2003/8/5 22:16:16.510
VoiceException:
error.semantic
XML parse error(s) occurred in: http://MyServer.com/MyApp.vxml?
<SNIP>
Dialog stack trace:
State (Dialog) URL (Document)
-------------- ------------------------------
URL2 file:///c:/nuance/callrouting/motnewcall.vxml
</log>
<property name="com.mot.debugflags" value="X"/> setting in your root document. However, you can also use the <meta name="debug_flags" content="X"/> element value on a per-page level to fine-tune this. Appropriate values for both the <property> and the <meta> methods are detailed below:| Setting | Explanation |
| E | Character encoding related messages |
| P | Prints the current VoiceXML document on each listen for user input |
| T | TTS call information |
| b | Billing Messages |
| c | Cookie related messages |
| d | Document and dialog entry/exit messages |
| e | ECMAScript interpreter messages |
| f | Fetch messages |
| h | HTTP response header messages |
| p | Property change event messages |
| r | Speech recognition messages |
| s | Symbol table messages |
| w | Fetch work queue messages |
| x | Execution context messages |
| z | On each fetch, print out the contents of the fetch result |
| $ | Print out performance cost messages, (Parse times, compilation times, fetch times) |
<meta name="debug_flags" content="$"/>
<property name="com.mot.debug_flags" value="$"/>
<meta maintainer> feature judiciously.| ANNOTATIONS: EXISTING POSTS |
| login |
|