[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: <Property> Issues
Ken Smith écrivait ( Monday 5/28/01 05:05 PM ) dans le message ci-dessous:
---
I'm not really sure that property tag is correctly and completly
implemented in openVXI 1.4
Maybe in next release...
CU
Jean-Michel
>I too am having difficulty getting various <property> values from within the
>platform interfaces. For example,
>my vxml file looks like this:
>
> <?xml version="1.0"?>
> <vxml version="1.0">
> <!-- Test local goto -->
> <var name="count" expr="7"/>
> <var name="fact" expr="1"/>
> <form id="form0">
> <property name="bargein" value="true"/>
> ...
> </form>
> </vxml>
>
> >From within any of the platform prompt interfaces, I cannot get the
>"bargein" property. Each time I
>invoke VXIObjectGetProperty( ch, "bargein" ) I get NULL. No matter where I
>place the
><property ...> tag in the file I get the same result.
>
>This is also true of any name/value pair that I set in the <property> tag.
>
>Anyone else run into this situation?
>
>Thanks.
>-ken
>
>-----Original Message-----
>From: thierry henry [mailto:thierry.henry@altavista.fr]
>Sent: Monday, May 28, 2001 9:51 AM
>To: vxi-discuss@speechinfo.org
>Subject:
>
>
>Hello,
>
>I'm an independant french developer, I build little IVR solution, on
>Dialogic driver, whith ASR and TTS.
>I'm currently testing open VXI, but I have some problems with property tag :
>
>I need to get value of property "inputmodes", for example from
>VXIrecRecognize function, but when I use :
>
>VXIObjectGetProperty( ch, "inputmodes" ) I have always : null !
>
>In fact, before integrating ASR, I would like to test classical dtmf
>detection. The only way I found to do this, is actually to put in my vxml
>file :
>
> <property name="inputmodes" value="dtmf"/>
>
>and after, when I get "dtmf" for inputmodes, make my program begin dtmf
>detection.
>
>
>Thanks.
>
>
>
>Internet et mail gratuit AltaVista http://www.altavista.fr
---