Questions tagged [vxml]

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 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 for visual applications. Just as HTML documents are interpreted by a visual web browser, VoiceXML documents are interpreted by a voice browser.

Typically, 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 , , , or .

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.

VXML's latest spec version is 2.1. VXML 3.0 is in the working draft stage for many years now.

Related tags:

178 questions
0
votes
1 answer

vxml: need help with in-line grammars

I am looking at some sample vxml scripts from vxml.org. When i call the script the prompts play, but it doesnt pick up any of my inputs at all. when i speak it responds "no input". could i be missing some tag that indicates input from the user. this…
mtmurdock
  • 12,756
  • 21
  • 65
  • 108
0
votes
0 answers

How to render XML from a JSF 2.0 page

I'd like to build VXML using JSF2.0 but I didn't find any supporting tags. What we've proposed is writing xhtml pages with vxml data (having references to backing bean where ever value needs to get replaced) by having content type as 'text/xml' so…
MyFist
  • 413
  • 7
  • 19
0
votes
1 answer

Writing GRXML code

I have to write GRXML code that allows me to enter a username with any number of digits, ending with #. I have written this, but it doesn't work:
0
votes
0 answers

JSP-VXML - Page not valid VXML

I'm using VXML in JSP page. Sample code below: <%@page import="VXMLPropertiesLoader"%> <%@page…
0
votes
1 answer

what is the exact error in the following code?

I want to fetch the employee name corresponding to an employee code from the database, using vxml. I am getting the following error when I run it in browser. This page contains the following errors: error on line 3 at column 2: StartTag: invalid…
adirocks27
  • 31
  • 1
  • 2
  • 7
0
votes
1 answer

how can i navigate to a document three times only

i want to create a vxml application in which, the machine asks the user for employee code and then checks it against a database. this can be done three times only. 1) ask the user for employee code 2) find corresponding name for the…
adirocks27
  • 31
  • 1
  • 2
  • 7
0
votes
1 answer

VoiceXML script runs fine on gist.github.com but won't run on my server

I have a VoiceXML script that works fine when I call to it on gist.github.com - https://gist.githubusercontent.com/jpelton/6bb484628f3bb3ef9cd1/raw/gistfile1.txt but when I call to the exact same VoiceXML script on my own server…
Jimmy Pelton
  • 11
  • 3
  • 16
0
votes
1 answer

VoiceXML won't send recording to submit next

I have this VoiceXML script:
This is the message recording system. …
Jimmy Pelton
  • 11
  • 3
  • 16
0
votes
1 answer

OSDM Parameters | Genesys Composer

Hi i am Genesys composer 8.1.3.. I need to know the complete list of Nuance OSDM parameters like 1.noinput 2.nomatch 3.retry1 4.retry2 5.maximum attempts 6.grammar for both voice and dtmf..etc..., which should be used by genesys composer…
sree
  • 535
  • 4
  • 12
  • 26
0
votes
1 answer

VXML visualizer (free/open-source)

I am trying to visualize a VXML file, and have been searching for hours for a free and if possible open-source application, that would run on Windows, despite my intensive search I could not find any application. Does anyone know a VXML visualizer?
Erdinc Ay
  • 3,224
  • 4
  • 27
  • 42
0
votes
1 answer

How to disable VXML to "catch event" (nomatch) for specific DTML

The VXML menu has the options 1, 2, 3, 9, and '#'. The customers will assume that if they press 0, it would take them to the transfer to service center. But 0 in this menu won't take them to service center, the requirement is to ignore 0 DTMF and…
Nick
  • 41
  • 2
0
votes
1 answer

how to barge-in on a element

I'm using Microsoft's UCMA 4.0 SDK to build a basic VXML IVR system. When I have a normal prompt using the default system voice, you can 'barge-in' by pressing any DTMF key: Your credit card number is 1 2 3 4 1 2 3 4 1 2 3 4 1 2 3…
markv
  • 275
  • 1
  • 5
0
votes
1 answer

Tools for describing and modeling voice xml applications

What tools do you use to describe call flow, to draw, to model in voice xml development? What is the most useful editor to draw such diagrams & models [ as I can guess there's no specific tool for voice applications design ] ? And what blocks do you…
EugeneP
  • 11,783
  • 32
  • 96
  • 142
0
votes
1 answer

VXML record processing dtmf termchar

I am having trouble processing a dtmf within a record tag. I am looking to identify the zero entered during recording and perform specific action based on the value. zero could be entered anytime before or after speaking. With the following snippet…
jeera
  • 591
  • 1
  • 7
  • 15
0
votes
1 answer

How to represent No-input timeout in Nuance OSDM?

I am new to Nuance OSDM, I am working on managing timeouts using OSDM. I am clear with incomplete timeout which occurs between two inputs. My problem is I need to specify timeout for No-input eg., IVR should wait for 100 sec to get input from user,…
sree
  • 535
  • 4
  • 12
  • 26
1 2 3
11
12