We would like to run our voiceXML applications on OCS Speech Server which now supports vxml. It looks like it is supporting a combination of vxml 2.0 and vxml 2.1. It also looks like both the <data> and <object> tags are not supported.
A few questions.
1) Is there a plan to become fully 2.1 compliant (or maybe 3.0 when it rolls out)?
2) Without a <data> element, how does a static voiceXML application (so the pages are created before deployment and are served up by a web server after deployment) get data? Is the only solution to generate the voiceXML dynamically and do all your data access on the web server in an asp.net (or whatever server technology you like) application?
Thank you,
Mike