[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
OpenVXI Version 1.3
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.