[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: OpenVXI Version 1.3
Hi.
Wrap your prompt text in <prompt> </prompt> tags. "Basic Prompts"
(VoiceXML 1.0 section 13.1) cannot have elements other than <audio> in
them.
--Andy Spitzer
woof@snowshore.com
Tamar Furman wrote:
>
> Hello,
>
> I'm using OpenVXI with a Win NT application. I just upgraded the sources
> from version 1.2 to 1.3 and I still face some problems with VXML tags:
> * <value> - I cant get the value to be prompt.
> * <propery> - it seams that the OpenVXI reads empty "name" and "value"
> and never get to call to set the property.
>
> Here is an example for VXML file I try to run:
>
> <?xml version="1.0"?>
> <vxml version="1.0">
> <meta name="maintainer" content="examples@voicegenie.com"/>
> <meta name="application" content="Example of Assign Tag"/>
> <property name="bargein" value="false"/>
> <property name="confidencelevel" value="0.45"/>
>
> <var name="tree" expr="'an apple tree'"/>
> <form>
> <property name="bargein" value="true"/>
> <block>
> Test of assign tag.
> The initial value is <value expr="tree"/>
> </block>
> </form>
> </vxml>
>
> Do you know anything about those problems? Am I missing anything here?
> Where can I find a bug fix list for this new version?
>
> Thanks in advanced,
> Tamar.