Hello Experts ,
is there any way , can we convert the deployed application to call flow element ?
Thanks!
Roy S
Unless Cisco has some internal tool I've never seen this done. You can do a diff from two compiled sources, but you can't go from compiled to source without a ton of manual effort.
david
Roy,
As David says below - this is not possible.
However for quite simple basic applications - it is surprisingly easy to reverse engineer.
The XML files on the VXML server can be understood relatively easily - so you can figure out what is needed and how recreate it.
But it does take time - but not difficult.
For a large complex IVR - it would likely be best to start from scratch but use the Deployed code as a reference for certain things.
Regards,
Gerry
Got it , Thank you very much for quick responses !!! Thanks you guys