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
8
votes
1 answer

Eclipse: XML syntax coloring for non-XML files

In my previous (and first) foray into Eclipse, I inherited another Developer's workstation and setup. Now, I'm trying to setup a new Eclipse instance from scratch, and, in turn, am scratching my head. How do I go about getting XML-style syntax…
IVR Avenger
  • 15,090
  • 13
  • 46
  • 57
5
votes
3 answers

How do I use Visual Studio 2010 MVC 3 for a non-html based project?

I'd like to use the Visual Studio 2010 MVC 3 framework for a web project that hosts VXML and CCXML rather than HTML for telephony based applications. MVC 3 seems ideally suited to this kind of application, and I think it's a great alternative to the…
BG100
  • 4,481
  • 2
  • 37
  • 64
4
votes
1 answer

Is there any way to show vxml content into Google Chrome?

I am searching for VXML 2.1 help. I know vxml can be tested on tellme.com server. But I am searching, if there is any way to test vxml in Google Chrome. That is, can vxml content be shown on Google Chrome?
Tareq
  • 1,999
  • 2
  • 28
  • 57
4
votes
1 answer

how to make http request using javascript in vxml?

How to make http request using javascript in vxml? (generally src contains link of any xml file for data element . but in my case it is not necessary to be a xml file. so i think i can't use data element here.)
4
votes
6 answers

Visual VoiceXML/VXML development tool?

Does anyone know of any tools out there that will let me run and debug a VXML application visually? There are a ton of VXML development tools, but they all require you to build your application within them. I have an existing application that uses…
IVR Avenger
  • 15,090
  • 13
  • 46
  • 57
4
votes
4 answers

Testing VXML Applications in a Application Simulator

I am looking for a solution to simulate vxml application in a desktop/web browser. Challenge i have few hundreds of unit test cases in every new vxml application development. it is not possible to always make a test call to test every single unit…
3
votes
1 answer

VoiceXML - how to submit record file and text input together

I am trying to get caller's key in numbers and record file. Record file will have beep sounds(dtmf) as well. Right now, I am only able to record prompt + keyin, but not getting input "w" text string in voice.php. In the sample voice.xml file, if I…
handicop
  • 892
  • 12
  • 25
3
votes
1 answer

Slowing down TTS with Maybe glitch?

I have a IVR application that is running SSML 2.0 on Voice Server 4.0 I am able to successfully slow down TTS output when using Hello I am also able to use say-as to speak digits, instead of a whole…
Robert Dickey
  • 816
  • 14
  • 35
3
votes
3 answers

VXML :: Difference between bridged and consultation transfer

From the VXML 2.1 documentation on Consultation Consultation_Transfer and from the documentation of VXML 2.0 on Bridged Transfer Briged transfer The only difference that i understand is this The platform maintains the session during the duration…
Subin_Learner
  • 347
  • 1
  • 4
  • 15
2
votes
1 answer

VXML DTMF get input from caller

platform : sandbox testing place I would like to add one more snippet set The below snippet will get the mobile number from caller, and post the caller entered number into another page, Code working fine, but i want to check the that number in the…
user1102364
  • 21
  • 1
  • 6
2
votes
1 answer

VXML: Field input, forward typing

Situation: I have two VXML documents that are part of one flow. In the first document the user is prompted to enter a number (dtmf, max = 3 digits). The second document prompts the user to enter another number (dtmf, max = 10 digits). Problem: When…
Korenaga
  • 339
  • 2
  • 9
2
votes
1 answer

VXML check which audio is playing

Is there anyway in javascript for checking which vxml audio element is currently playing similar to HTML audio element ? or whether audio playing has ended or started ?
Kaustubh
  • 51
  • 3
2
votes
1 answer

VXML audio file playing status

I have a VXML (say vxml-1) which contains simple audio file for announcement followed by a goto element pointing to next vxml doc(say vxml-2) containing another audio file for announcement. Once the execution starts, vxml-1 loads with corresponding…
Kaustubh
  • 51
  • 3
2
votes
3 answers

which XML editor to use for speech recognition grammar specifications (SRGS)

Is it best to use a particular editor to write XML or will any editor do? In particular I will be using XML to write Speech Recognition Grammar Specifications (SRGS).
nlper
  • 509
  • 5
  • 11
2
votes
2 answers

Best way to web application return XML document basis on database data (USED BY VXML)?

I have to write VXML application which will be able to access to database. The VXML standard let cause external url with parameters but in response I have to return generated VXML document contains data get out from database and other VXML…
Przemek Nowak
  • 7,173
  • 3
  • 53
  • 57
1
2 3
11 12