i6net header image 4

The City hall of Avila presents its Voice Portal at next Admira Congress 2009

ines | Marketing | Monday, May 25th, 2009

admira455

Valladolid, Spain 2009

The City hall of Avila will present at the Admira Congress its Voice Portal project, an innovative, effective phone self-service directed to improve the citizen care  using best of  bread voice communications interfaces and through Internet developed by AMBISER with the VXI* VoiceXML browser technology of I6NET.

Admira Congress, will show last Products and Services for the Innovation and Modernization of the Public administrations, and will take place from May 28 until May 30 in the Fair of Valladolid (Spain).

aytoavila-logo

Link: http://www.ambiser.es/noticias/news/news_0001.html_1100912743.html

(more…)

Advanced monitoring for VXI* VoiceXML servers

javyer | General | Monday, May 18th, 2009

When you have a multi-server environment, server monitorization becomes a mandatory service to manage your VXI *IVR/IVVR . Nagios software deliver today a powerfull administration and monitoring solution for VXI* servers. I6NET uses it and some of our partners too, so we choose to talk about this interesting tool that helps to monitor VXI* systems base on Asterisk PBX.

(more…)

The City of Getafe provides advanced interactive phone self-services to manage school’s summer activities with I6NET’s technologies

ines | Marketing | Friday, May 15th, 2009

getafe-1

Spain, Madrid – May 14th, 2009. Each year, the Getafe Public’s Schools and the “Delegation de Education e Infancia del Ayto de Getafe” conduct their school summer’s activities campaign for the next holidays. I6NET provider of 3G/IP IVR / IVVR VoiceXML communications components, has developed the phone self-service dedicated to improve the Citizen Attention Service of the City of Getafe. The advanced voice portal implemented allows thousand families to request themselves a meeting to register their children. This IVR solution includes a web service with user-friendly interfaces that allow the City of Getafe’s officers to manage online all calendars and meetings requested.

ps-imagen2 ps-imagen5

This IVR service is base on I6NET’s PhoneScheduler application template and provide a phone self-service where all families can call to schedule their meeting without spending less than 2 minutes and without waiting in a queue, using voice identification, DTMF, SMS confirmation to their mobile phone… etc

getafe-logo-m

VXI* VoiceXML Browser 4.1rc coming soon…

janus | Announcement | Sunday, May 10th, 2009

vxi41rc

VXI* 4.1 will be a new important step for the evolution of our VoiceXML browser for Asterisk. This new release will be published very soon and will start to be implemented for new IVR / IVVR production platforms. Stable 4.0 release steel updated for voice services and current video features. Some updates of this new release are:

  • Video 3G stack for VXI* improvements
  • New VXI* addons management and configuration
  • New Transcoder engine for Video over IP
  • ZMS -Flash-to-SIP integration for VXI*
  • Text-to-Speech (TTS) connector improved (Acapela configuration updated)
  • Speech-Recognition (ASR) improved for video and hand-free mode
  • Text-to-Video (TTV) new update
  • New Outbound API (option)
  • Code improvements and bugs corrections

I6NET sponsors AVIOS 2009-2010 fourth annual Student Speech Application Contest

ines | Press Releases | Wednesday, May 6th, 2009

post-avios-0910

Wednesday, May 6, 2009. Today the Applied Voice Input/Output Society (AVIOS) announced their fourth annual student speech application contest sponsored by AT&T, Cepstral, I6Net, Loquendo, Microsoft, and Voxeo. Applications must involve speech input and/or output, but may be pure speech or multimodal. Cash and/or equipment prizes valued at over $1000 will be awarded to teams of student programmers who design and create applications judged to be robust, useful, creative, innovative, and user friendly.

The contest encourages students to develop applications using speech technologies such as automatic speech recognition and text to speech synthesis and to combine them with other modalities. This year, students may use any of a variety of platforms including AT&T Speech Mashups, Cepstral VoiceForge TTS service, CMU’s RavenClaw/Olympus, Google Android, I6NET VXI* VoiceXML browser, Loquendo VoxNauta Platform, Lumenvox Speech Platform, Opera, Voxeo Prophecy, and Voxeo Tropo.

Students anywhere in the world can submit their creative and innovative applications to be judged by speech application experts. The contest also provides a forum for students to show what they can do with the power of speech applications  For more information and the contest entry form, go to http://www.avios.org.

To participate with I6NET products got to:
http://www.i6net.com/welcome-to-avios-participants/

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

ivan | Development | Tuesday, May 5th, 2009

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" value="spain">Spain</option>
<option dtmf="3" value="italy">Italy</option>
<option dtmf="4" value="united_kingdom">United Kingdom</option>
<option value="united_kingdom">England</option>
<option dtmf="5" value="united_states_of_america">United States of America</option>
<option value="united_states_of_america">U.S.A</option>
<option dtmf="6" value="japan">Japan</option>
<option dtmf="7" value="china">China</option>
<option dtmf="8" value="germany">Germany</option>
<option dtmf="9" value="south_of_corea">South of corea</option>
<catch event="maxspeechtimeout">
<prompt>max speech timeout</prompt>
<clear namelist="jours"/>
<reprompt/>
</catch>
</field>
<field name="purge">
<audio expr="'video/'+country+'.3gp'"/>
<property name="timeout" value="500ms" />
<option value="#" dtmf="#"></option>
<option value="#">stop</option>
<catch event="nomatch noinput">
<assign name="purge" expr="1"/>
</catch>
</field>
<block name="clear">
<goto next="#service"/>
</block>
</form>
</vxml>

Download the VXML file here:

  vxi-asr.vxml.zip (1.0 KiB, 368 hits)
You need to be a registered user to download this file.

© 2009 I6NET Solutions and Technologies | Privacy | this website is powered by WordPress

About us: Technorati | Linkedin | TechCrunch
Follow us: RSS | Twitter | Facebook | Friendfeed | Flickr | Slideshare | Youtube
Links: Blog | Products | Support | Partners | Team | Company