| How to enable VoiceXML debug mode on Audium Call Services 3.6 |
| Categories: Audium Call Services 3.6 |
| Article ID: | 258 |
| Last updated: | July 24, 2008 |
| User Opinions |
100%
0%
(1 vote)
|
|
Thank you for rating this answer.
|
SUMMARY
This article explains how to enable detailed VoiceXML debug logs in Audium Call Services 3.6.x.
SYMPTOMS
Administrator or developer would like to see detailed VoiceXML logs for each call to an Audium application, including full VoiceXML and headers.
RESOLUTION
You can turn this debug logger on for a deployed Audium application by adding the following XML to its configuration file (AUDIUM_HOME/applications/APP_NAME/data/application/settings.xml):
<logger_instance name="MyDebugLogger" class="com.audium.logger.application.debug.ApplicationDebugLogger"/>
This line should be added to the <loggers> section of the file, which is the last section. At runtime, this logger will output a detailed VoiceXML log to the "AUDIUM_HOME/applications/APP_NAME/MyDebuggerLogger" directory. Note that you can change the name of the logger in settings.xml from "MyDebugLogger" to any name you choose, it is for display purposes only.
NOTE: In previous versions of Audium Call Services (3.4.x), there was a "debug" flag that could be enabled in Audium's web.xml file. This approach no longer applies as of Audium Call Services 3.6, please use the method described in this article instead.
|
| Visitor Comments |
|
No visitor comments posted. Post a comment
|
| Attachments |
|
No attachments were found.
|