Visual VoiceXML/VXML development tool?
Posted
by IVR Avenger
on Stack Overflow
See other posts from Stack Overflow
or by IVR Avenger
Published on 2009-09-24T16:17:53Z
Indexed on
2010/05/23
23:41 UTC
Read the original article
Hit count: 444
Hi, all.
Does anyone know of any tools out there that will let me run and debug a VXML application visually? There are a ton of VXML development tools, but they all require you to build your application within them.
I have an existing application that uses JSPs to generate VXML, and I'm looking for a way to navigate through and debug the rendered VXML in much the same way that Firebug allows one to do this with HTML. I have some proxy-like tools that let me inspect the rendered code as it is sent to the VXML browser, but there's a ton of JS, which makes traversing the code by hand rather difficult.
Has anyone worked with a product that allows for this?
Thanks!
IVR Avenger
© Stack Overflow or respective owner