Blog


May 5, 2009

VXI* IVVR VoiceXML demo service using 3G videocalling with Hand Free Speech Recognition

Speech Recognition with dynamic grammars are very easy to manage with VXI* VoiceXML browser for Asterisk, this demo shows how easy it is to code a simple VoiceXML script to develop a small video interactive portal for 3G wireless networks. This video service is coded with only one XML script and manage both TTS and ASR. The Speech Engine technologies available for our VXI* VoiceXML browser are ready to work in hand free mode. Of course, possibilities of this kind of services over VXI* are endless… We let you imagine the next generation of speech recognition self-services with 3G real-time videocalling … The only one script VoiceXML source code of this demo is: <?xml version="1.0"?> <vxml version="2.0" xmlns="http://www.w3.org/2001/vxml" xml:lang="en-US"> <property value="15s" name= "termtimeout" /> <property value="dtmf voice" name= "inputmodes" /> <form id = "service"> <field name="country"> <audio src="video/service.3gp"/> <option dtmf="1" value="france">France</option> <option dtmf="2" […]