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

How to set a timeout in VoiceXML?

In VoiceXML, how can I set the timeout when start the xml? This is my VoiceXML document:
Hello from VXML
0
votes
1 answer

How to go to up form in vxml

I want to create vxml file for that process. 1). Press 1 for confirm. 2). Press 2 for next. 3). Press 3 for back. but this function isn't working, what can do for it?
Thilina Sampath
  • 3,615
  • 6
  • 39
  • 65
0
votes
1 answer

How to program to accept DTMF tone as input (IVR Automation)

I am looking to automate IVR Regression testing using Voxeo Prophecy. the challenge I am running into is how to simulate DTMF input collection. I have been able to build a CCXML application in Voxeo Prophecy that invokes my VXML application. I am…
Vikas Prasad
  • 121
  • 2
  • 13
0
votes
1 answer

vXML number readback error

ANSWER : Per https://msdn.microsoft.com/en-us/library/dd450828(v=office.13).aspx I have a simple field (shown below) to collect the callers 9 digit account number. It works correctly in that it collects the…
Robert Dickey
  • 816
  • 14
  • 35
0
votes
1 answer

How to placing outgoing calls for CCXML and VoiceXML?

How to get outgoing call in in IVR? there are use HP OCMP-RM for call initiation request. I want to "Caller calls an 123 number and after some interaction with an IVR system places and outbound call to a friend". How I get it?
Thilina Sampath
  • 3,615
  • 6
  • 39
  • 65
0
votes
1 answer

How to get recode file save as .wave file

I want to get save audio when vxml request sent for Ivr, I develop Ivr code like this.. Please record a message…
Thilina Sampath
  • 3,615
  • 6
  • 39
  • 65
0
votes
1 answer

Can submit different namespace in vxml

Can submit different namespace in vxml, this is example vxml code. How to catch this…
Thilina Sampath
  • 3,615
  • 6
  • 39
  • 65
0
votes
4 answers

How check vxml has error?

Thilina Sampath
  • 3,615
  • 6
  • 39
  • 65
0
votes
0 answers

How to mapping template in XSL stylesheet?

I want get template mapping using variable, I use for create vxml format for that XSl stylesheet how to it get blow xsl sheet
Thilina Sampath
  • 3,615
  • 6
  • 39
  • 65
0
votes
2 answers

How to use namelist in vxml

How to use namelist in vxml:
0
votes
2 answers

How to concat varible in vxml

How to concat varible in VXML. consider following example VXML,
Thilina Sampath
  • 3,615
  • 6
  • 39
  • 65
0
votes
1 answer

Customized ivr web applications

do any customized web applications exists, which facilitates user to build their own customized ivr. So any one kindly provide links? or any tutorial available to build customized ivr web application?
ahmed
  • 39
  • 1
  • 8
0
votes
3 answers

vxml: defining grammars with equivalent inputs

I am using an engine based on TellMe. I have seen examples of grammars where the user can say one of a few different things that are considered the same. However, all the examples i've seen have been for in-line grammars (which dont work with the…
mtmurdock
  • 12,756
  • 21
  • 65
  • 108
0
votes
1 answer

VoiceXML(VXML) to HTML conversion in Java

I am looking for a standard way to convert VoiceXML(VXML) to HTML in Java. Do we have any Transcoder available to convert the above. If anyone tried/known about the above, Please share your comments/thoughts Thanks,
sasikals26
  • 835
  • 2
  • 18
  • 41
0
votes
1 answer

Error in the VXML?

I am using the voicexml to handle the inbound calls from the customers. Here is the vxml I am using :
Kiran
  • 8,034
  • 36
  • 110
  • 176