Audium Knowledge Base

Knowledgebase Home | Contact Knowledgebase Home | Contact
Search the Knowledgebase Jump to ID Browse by Category
How to produce detailed VoiceXML debug logs from Audium Call Services
Categories: Audium Call Services 3.4.x and 3.5
Article ID: 47
Last updated: January 08, 2007
User Opinions
No users have voted.

How would you rate this answer?
Helpful
Not helpful
SUMMARY

This article describes how to enable Audium Call Service's debug mode option, which outputs very detailed logs.

SYMPTOMS

Developer needs to see the VoiceXML that their deployed Audium application produces at runtime to debug a problem.

RESOLUTION

There is a debug option that can be enabled which will log all interactions between the voice browser and Audium Call Services, including VoiceXML that is sent, headers that are received, and various other pieces of information.  This feature is invaluable to help debug problems, as well as provide information while testing custom voice elements.

When this feature is enabled, Audium Call Services will produce very large log files very rapidly; it is not recommended that this option be enabled on production systems unless necessary.

To enable this option, please add this XML to the WEB-INF/web.xml file in the expanded directory from Audium.war on your application server, directly under the comment "<!--Audium Servlet-->":

<init-param>
    <param-name>Debug</param-name>
    <param-value>on</param-value>
</init-param>


Then, restart your application server for the change to take effect.  Note that the debug logs are produced in Audium Call Service's "logs" directory, each with a long unique filename.
Visitor Comments
No visitor comments posted. Post a comment
Related Questions
Attachments
No attachments were found.

Copyright (c) 2005 Audium Corporation. All rights reserved.
Audium Home | Audium Support Center Home | Audium Customer Care Home