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

Using Different Language in Voice XML 2.0 Prompt

There is classic tag which used for TTS (Text To Speech) in VXML 2.0 [ prompt ] Which do you like better, dogs or cats? My VXML Browser can also able to make TTS suppose for French like this Ce que…
Hippias Minor
  • 1,917
  • 2
  • 21
  • 46
2
votes
1 answer

How to dynamically set bargein property in VXML?

How can the bargein property for a prompt be set dynamically in VoiceXML? Depending on the results of a prompt early in the flow, we want to later allow or disallow barging in. We're hosting at Voxeo if that makes a difference. This…
Alien Technology
  • 1,760
  • 1
  • 20
  • 30
2
votes
1 answer

Whats UCMA 3.0 Voicexml Browser default audio format?

Currently, I am developing a ucma 3.0 vxml application. In the voicexml document , I use a record element to take the caller's recording, and then send the recording to an exteranl web server and save it to a wav file. whats the format of the saved…
wkfei
  • 21
  • 2
2
votes
1 answer

how to play dtmf from voice xml

I have application that calls bridge. When call is connected I want my voice xml to enter extension number play dtmf tone 3 times. How that can be done please if possible at all?
eddyuk
  • 4,110
  • 5
  • 37
  • 65
1
vote
1 answer

How to call a voice xml application?

I have a local installation of Voxeo's Prophecy platform, and a voice xml application that runs on the voicexml browser of the platform. How can i call the application to listen to the message, without having a sip phone, and without using the…
Jim Bookis
  • 21
  • 3
1
vote
2 answers

Fatal Error Ocurrs when Subscriber Clicks #

I want the where, user clicks on the # and the IVR control goes back to main menu. But when user clicks on # it say fatal error occurred. I am newbie in IVR Domain please help me out.
Jai Madhav
  • 603
  • 8
  • 17
1
vote
1 answer

VXML tag not working

The tag in VXML version=2.0 is not working i.e. not able to hear the text in tag. Hell World. Press 1 to repeat the message I can hear the "Hello world. Press" and then silence and again continues from "to repeat the message." from Sip…
Jai Madhav
  • 603
  • 8
  • 17
1
vote
3 answers

Voiceglue Logger says Maximum loop count exceeded. There is probably an infinite loop of in your VXML document

Can Any please explain why this is happening. what are the possibilities of errors that are been counted as I have set maxerrorcount = 3 EROR OPEN_VXI luke---- callid=[68] |1098905920|68|CRITICAL|com.vocalocity.vxi|216|VXIinterpreterRun: Maximum…
Jai Madhav
  • 603
  • 8
  • 17
1
vote
1 answer

Voiceglue Expecting '=' after cookie attribute's name

I am getting following Voiceglue error while executing in /var/log/dynlog/dynlog 15:35:54:525 EROR OPEN_VXI luke---- callid=[58] |1098905920|58|SEVERE|swi:SBinet|257|SBinet: Expecting '=' after cookie attribute's…
Jai Madhav
  • 603
  • 8
  • 17
1
vote
3 answers

MVC3 / VoiceXML Best Practices

All, I'm currently revamping an ancient IVR written using Classic ASP with VXML 2.0. Believe me, it was a mess, largely due to the mixing of routing logic between the ASP code and the VXML logic, featuring multiple postbacks a la ASP.NET. Not fun…
Jim Stanley
  • 146
  • 1
  • 3
  • 11
1
vote
2 answers

It is possible to access the DOM of a VoiceXML document? How?

With the tag "data" I can only access static data. Instead I would like to write something like: "getElementsByTagName('field').item(0).nodeValue" in order to retrieve the value of the field just after that has been inserted. (I know that there are…
Christian Sisti
  • 199
  • 1
  • 3
  • 9
1
vote
1 answer

"Press * to cancel" on date entry with Nuance OSDM?

I'm currently working on a VXML 2.0 app that uses Nuance OSDMs with GRXML grammars. One of our prompts asks the caller to enter a date of birth, but if they don't have one handy, they can either say "cancel" or press the asterisk. It's a Date OSDM,…
IVR Avenger
  • 15,090
  • 13
  • 46
  • 57
1
vote
1 answer

What is the difference between a element appearing inside a vs a ?

Current understanding: To my understanding, the functionality of a element is to define prompt audio to be played, followed by the system waiting for a user utterance. My impression comes from the VoiceXML 2.0 specification for…
Samantha
  • 275
  • 1
  • 12
1
vote
2 answers

live test place for vxml program

is any site like tellme studio for vxml testing, in tellme studio accepting user from USA, am in india, so guess not able to register, refer other site for run the vxml program,
Bharanikumar
  • 25,457
  • 50
  • 131
  • 201
1
vote
1 answer

Mobile browser VoiceXML support

I'm wondering is there a support from mobile browsers of VoiceXML. If so, which one support it. Thanks,
Alex Ivasyuv
  • 8,585
  • 17
  • 72
  • 90