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
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

VXML Digits Grammar Excluding All Zeros

I'm looking for a way to build a VXML grammar that requires a certain number of digits to be entered, but also requires that the input is not all zeros. The use case for this is bank numbers. For example, I would like to force an input (voice or…
butallmj
  • 1,531
  • 4
  • 14
  • 21
1
vote
2 answers

check parameter is valid or not in jsp

I just want to check that the parameter passed to the jsp are null or not using httpcontext so how i can able to do that case_yr = Integer.parseInt(request.getParameter("case_yr")); sub_type_int…
deepak
  • 51
  • 2
  • 6
1
vote
2 answers

How to hold or save the DTMF input in VXML? Any guides to set up a test IVR (VXML) service?

So I currently have an IVR written in some dodgy old code which is confusing and goes way over the top for some things. I'm wanting to re-write one of my basic IVRs with VXML. So a little bit of research is that I can call perl scripts which I can…
Bonn93
  • 163
  • 1
  • 1
  • 6
1
vote
1 answer

IntelliSense for non-HTML markup when editing .ASPX files?

I'm currently evaluating tool options for Voice XML development. I'm currently seeing if existing web development tools will work, since the model is quite similar (markup sent to browser client, ECMAScript in the browser, pages on web servers,…
Rich Rodriguez
  • 126
  • 1
  • 4
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
1
vote
1 answer

Passing sub dialog parameters in VXML

I'm creating a sub dialog another vendor is calling. I'm having trouble reading the values passed into my subdialog from that vendor. I can read the parameters passed in when I call the subdialog myself from another vxml browser, so I tend to…
JonF
  • 2,336
  • 6
  • 38
  • 57
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

VoiceXML without Telephone

I want to run my Vxml application locally without using Telephone. IS it possible or not? If so please tell me software which is needed and also direct me how to run?
0
votes
1 answer

vxml element in ssml

i m just stuck with a vxml element in an ssml file in tropo. tropo does not recognize interpret="time" and i have to put interpret="vxml:time". But I need to also define the format attribute format:"hms12". so i write this:
0
votes
1 answer

Authorization problem when transferring a call to an external number in an IVR module using VXML

I'd like to ask for your help today because I'm experiencing an authorization problem when transferring a call to an external number in an IVR (Interactive Voice Response) module. Context: I recently set up an IVR for our company to better manage…
Simo
  • 33
  • 8
0
votes
0 answers

Ant command 'war' fails with error 'jvxml.xml.lib doesn't denote a zipfileset or a fileset'

I'm trying to run JVoiceXML demo but I'm new to all theses new technologies. I succeed to run the demo except the servlet one (in which one you have to work with tomcat. The problem is: when I try to "ant war", an error appears: "BUILD…
Florian
  • 1
  • 3
0
votes
0 answers

When we encounter error.recognition for a sub dialog then the next sub dialog which is generated does not have return parameters

We are using Call Router and Call Steering java applications . In which call Router is used to generate vxml page containing subdialog tag and Call steering is used to generate vxml page congaing return params. In normal execution we have a Call…
Akhil Pathania
  • 542
  • 2
  • 5
  • 19
0
votes
0 answers

How do I change agents in a Dialogflow CX Avaya integration for two different agents in a subdialog?

I have two Dialogflow agents, each one has been tested and working independently. Now I want to be able to call agent1, then pass the caller to agent2, do more processing, then pass the caller back to agent1 with the new data that agent2 had…
Quigath
  • 1
  • 1