Have you ever heard about VoiceXML? It’s a W3C standart that
allows you to build web pages that are accessed by voice! It’s
very used for services like travel tickets selling, hotel
reservation, bank account information and so on. In this post,
we’ll give you a general view of how to make a basic hotel
reservation
application with VoiceXML and how to run it using Glassfish and
MySQL.
First of all, for VoiceXML applications, we need a voice gateway.
We used the Voxeo, it’s free and provides you with phone
numbers that you can call for free using Skype. All you need to
do is create a free account in Voxeo and register your
application by informing it’s URL. After registering you’ll
receive the unique phone number for your application.
We’ll assume you already know the basics of VoiceXML syntax for
the …
[Read more]