« Back to CVP - All Versions

How to see the VXML produced

Combination View Flat View Tree View
Threads [ Previous | Next ]
Hi,
 
With Studio 7, when trying custom elements, I want to see what VXML is being generated as a result. Is this possible to log the VXML generated in ActivityLogger. 
 
If not, is there anyway I can see the VXML produced? I need to look at that for troubleshooting purposes.
 
 
Many thanks,
 
 
Jawad

Jawad,

You can look at the vxml generated by your application by enabling the Debug Logger.
Right Click on the Studio Application -> Properties -> CallStudio -> General Settings, and Add the Debug logger as
Name = MyDebug, Class =com.audium.logger.application.debug.ApplicationDebugLogger. Save and Deploy.
The vxml pages generated for the app will be stored under <VXML_Home>/applications/<appname>/MyDebug.

Hope this helps,
Ranjana.