Questions tagged [voicexml]

VoiceXML is designed for creating audio dialogs that feature synthesized speech, digitized audio, recognition of spoken and DTMF key input, recording of spoken input, telephony, and mixed initiative conversations.

VoiceXML (VXML) is the W3C's standard XML format for specifying interactive voice dialogues between a human and a computer. It allows voice applications to be developed and deployed in an analogous way to HTML for visual applications. Just as HTML documents are interpreted by a visual web browser, VoiceXML documents are interpreted by a voice browser.

Typically, HTTP is used as the transport protocol for fetching VoiceXML pages. Some applications may use static VoiceXML pages, while others rely on dynamic VoiceXML page generation using an application server like Tomcat, Weblogic, IIS, or WebSphere.
Historically, VoiceXML platform vendors have implemented the standard in different ways, and added proprietary features. But the VoiceXML 2.0 standard, adopted as a W3C Recommendation on 16 March 2004, clarified most areas of difference. The VoiceXML Forum, an industry group promoting the use of the standard, provides a conformance testing process that certifies vendors' implementations as conformant.

VoiceXML (VXML) Specifications

VXML 2.0

VXML 2.1

VXML 3.0

115 questions
1
vote
2 answers

Prevent IVR/VXML speech recognizer timeouts with long pre-recognition audio?

A portion of my VXML/GRXML IVR app plays 2-3 minutes of audio and then runs a customcontext Nuance OSDM via a , afterwards, as a menu. This causes a timeout error on the recognizer, as the OSDM is listening for the 2-3 minutes of…
IVR Avenger
  • 15,090
  • 13
  • 46
  • 57
1
vote
1 answer

Is it possible to recognize barge-in?

Is it possible to recognize when a caller has barged-in with DTMF? Is there something in VoiceXML like an event that I could catch? The problem that I am trying to solve is we need barge-in to 'cascade' for several prompts so I was thinking of…
Jeremy Cron
  • 2,404
  • 3
  • 25
  • 30
1
vote
2 answers

using vxml transfer between 2 extensions

I want to transfer call from A to extension B. B extension is running vxml as well. How can I transfer parameters from A to B. I saw that there is option to append ani parameter to destination. How can i invoke it on B extension vxml? Thanks
eddyuk
  • 4,110
  • 5
  • 37
  • 65
1
vote
1 answer

date value in database

I have a php database that accepts user input. It accepts the built in grammar type which is date, is stores to the database the date in this format 20101030. I want to be able to check against the database for use within a grammar but it doesn't…
aspiringCoder
  • 415
  • 1
  • 9
  • 24
0
votes
1 answer

Take any user input confirm it

I have a form with a prompt asking for a user name, the thing is i don't need any rules here, all i want to do is take the field and store the user's speech. Somewhere down the line i want to post this variable to a php file, which will add it to a…
aspiringCoder
  • 415
  • 1
  • 9
  • 24
0
votes
1 answer

Is there a way for parsing Document to VoiceXMLDocument? [Java - Android]

I wonder if there is a good way for parsing org.w3c.dom.Document to org.enhydra.wireless.voicexml.dom.VoiceXMLDocument? I'm using Java in Android Application. My application is reading a VoiceXML file into InputStream. From InputStream, I can get…
user964409
  • 121
  • 3
  • 12
0
votes
1 answer

How to play multiple files in a folder with VoiceXML?

For a specific project, I am trying to write a voicexml file to play out some audio files. I have no problem about playing an file. But I need some directions for playing multiple files in a folder. I know I have to use ecmascript and tag to do…
h q
  • 15
  • 5
0
votes
1 answer

Ability to Merge Voice Menu options with Recording Audio with VoiceXML and Plum Voice

I am trying to achieve the same issue mentioned VoiceXML Record whole call, including menu options a nutshell, have VoiceXML Record whole call while also including menu options. I need to do this is PlumVoice and as per the suggestions need to look…
Joanita Dsouza
  • 103
  • 1
  • 1
  • 10
0
votes
1 answer

Can VoiceXML automate the dialing for a employee for me

My company has to test our client's telephone numbers to make sure they are working and that an operater is on the other line answering customers' calls. Right now the employee looks at a list of phone#'s from an excel sheet and manually dials on a…
Nick Dat Le
  • 369
  • 4
  • 12
0
votes
1 answer

How to capture voice of user using Avaya IVR?

Dears, I want to capture voice of users using IVR built on Orchestration Designer and store it in file system as wav files. As far as I know, there is a way to do that by using Speech Servers such as Nuance,but, since it is expensive we want to find…
Nurlan
  • 105
  • 1
  • 10
0
votes
1 answer

Genesys composer download

I'm looking to download Genesys Composer to build simple VoiceXML application but I'm unable to find the genesys composer package for installing it. Can anyone please help me on how to download & install the Genesys Composer. Thanks in advance!!
John
  • 3
  • 7
0
votes
1 answer

Voicexml how to use an exception

I want to use two exceptions. the first: The user can say (every time, in the whole application) "stop" and then the program exits. the second: I have following Code:
Tyzak
  • 2,430
  • 8
  • 38
  • 52
0
votes
1 answer

Response time for a vxml application

I'm developing a voicexml application, and I want to define a part of the performance by defining the maximum response time for an answer by the application. The application is on a server realized by two virtual boxes and you can call it due to an…
Tyzak
  • 2,430
  • 8
  • 38
  • 52
0
votes
1 answer

VoiceXML for Browser?

I am new to VoiceXML. I have read the documentation and know how it is structured, but wanted to know if it was only for IVR phone systems? Is it possible to use VoiceXML for dialogue managers inside a web application and not through the phone? For…
B.Buck
  • 9
  • 2
0
votes
1 answer

voicexml breaks after five trys

I have following code, after five tries (wrong words like" dfasfasfb") the application stops. After I say a wrong word, it says, "excuse me, I didn't get it" (in my language). But then there is a default break or something like that - how can I set…
Tyzak
  • 2,430
  • 8
  • 38
  • 52