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
13
votes
5 answers

What's a good open source VoiceXML implementation?

I am trying to find out if it's possible to build a complete IVR application by cobbling together parts from open source projects. Is anyone using a non-commercial VoiceXML implementation to build speech-enabled systems?
Eric Z Beard
  • 37,669
  • 27
  • 100
  • 145
8
votes
2 answers

make voiceXML to read the result returned by the server

I am new in voiceXML and I am wondering how to read a value return by the server after post. I want voiceXML to read the server's response. According to voiceXML documentation, I understand that the result should be in XML. Here is my…
Node.JS
  • 1,042
  • 6
  • 44
  • 114
8
votes
1 answer

How to find difference of two voice files using python

I want two compare two voice files and find difference between them. Suppose I have an original file of a music track and another file that is read out of that music by me, I want two compare these two files and find difference between their…
ehsandotnet
  • 1,050
  • 3
  • 16
  • 26
8
votes
6 answers

Alternatives to VXML (VoiceXML)?

I was contacted about an opportunity to do VoiceXML--I don't have any experience with it, but apparently that might be okay. However, I did some initial research on the technology and it looks like it's pretty old, never gained much traction, etc.…
tjb1982
  • 2,257
  • 2
  • 26
  • 39
5
votes
1 answer

voiceXML in evolution.voxeo.com, getting strange error

I am new in voiceXML and I am trying to use evolution.voxeo.com to run simple XML codes. According to their website, we can post the recorded audio in multi-part format. So here is my XML code, that runs fine without record element. But when I add…
Node.JS
  • 1,042
  • 6
  • 44
  • 114
5
votes
4 answers

IVR Development in java

I'm going to develop an on-line IVR application using Java (without PBX). In the software requirements there are some mathematical calculations and database communication which I prefer to implement on Java side. As you know, different technologies…
Amin Shahnazari
  • 95
  • 1
  • 2
  • 7
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
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
3 answers

How to implement a VoiceXML Grammar Parser

I am trying to build a Standalone VoiceXML parser which accepts the input as the example below 1 2 3
Toan Vo
  • 51
  • 4
3
votes
2 answers

Automated IVR Regression Testing

I have different requirement from a customer to write a automated test script for IVR Testing from .Net I want to write this automated test scripts from C# that is in .NET Framework 4.0 I have few questions in implementing. To write automated test…
web dunia
  • 9,381
  • 18
  • 52
  • 64
3
votes
0 answers

voiceXML, basic flow control. Goto tag does not work

I have wrote this basic voiceXML application, but I am stuck for hours on a basic flow control issue. The goto tag () does not work. I keep staying in the loop for variable name offset. Any help would be great. Thanks…
Node.JS
  • 1,042
  • 6
  • 44
  • 114
3
votes
2 answers

What are the differences between VoiceXML and TwiML / PlivoXML?

I have been tasked to research the differences between these two implementations to better understand the differences between the two when it comes to development difficulty and feature set but I have not found any clear and concise comparisons…
Ryan
  • 993
  • 1
  • 9
  • 17
3
votes
4 answers

VoiceXML Record whole call, including menu options

I'm trying to record a whole phone call using VoiceXML (on Nexmo). I can make a recording or give menu prompts and forward a call seperately, but I can't work out how to do both together. I'd like to record the call from start to finish, including…
Mr. Flibble
  • 26,564
  • 23
  • 69
  • 100
3
votes
1 answer

How to use logical And in VoiceXML

I am try to use "logical and" in voicexml(with Viecore extensions) Here is my code: The "&&" seems to cause trouble…
Jiao Yu
  • 110
  • 1
  • 5
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
1
2 3 4 5 6 7 8