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

VoiceXML gives 'internal error' but no obvious error is shown

I have created this VoiceXML code to ask the user to fill in some data, which is then supposed to be stored in the database. When I run the code through Postman to simulate the request, I don't get any errors back. But when I actually run and call…
Natasja
  • 97
  • 1
  • 2
  • 9
2
votes
1 answer

No such grammar file available Speech-Language res_speech_unimrcp.c:433 uni_recog_load_grammar:

I have a simple vxml , loaded into voximal application on asterisk , the prompt plays find , but i encounter this error ; uni_recog_load_grammar: No such grammar file available: What could i be doing , both files are in the same directory, its not…
Johnson Eyo
  • 113
  • 1
  • 9
2
votes
3 answers

VXML for DTMF entry of letters based on their placement on dialpad

I'm brand new to VXML (and coding in general) and apparently what I'm trying to do is... not normal, but hopefully it can be done. I understand the principle concept of DTMF input with VXML where I use:
AYC
  • 21
  • 2
2
votes
2 answers

Retrunning data from VXML to Asterisk dialplan

How to return the DTMF input during voice file playback. I am executing AGI from Asterisk dial plan and from the vxml file I want to return the collected DTMF. Here is my vxml
2
votes
1 answer

Adding a custom target validation schema in Visual Studio

I want to use a Visual Studio 2008 web project to build an application that uses: as it's validation schema in an aspx file. However, when I write…
BG100
  • 4,481
  • 2
  • 37
  • 64
2
votes
1 answer

Usage for xsl param in xpath

I defined a param array $gen as: western Romance Adventure Drama Comedy Horror
Mayoco
  • 87
  • 1
  • 10
2
votes
1 answer

Eclipse Voice browser/server plugin

I am trying to find a way to run VoiceXML applications from inside Eclipse. From what i understand i need 3 components. A platform to write servlets/voicexml. That's Eclipse Indigo (3.7.1) bundled with WebSphere Voice Toolkit V6.2 plugin. A web…
malusnous
  • 31
  • 3
2
votes
0 answers

For NotePad++ how can I extend the language definition for XML?

This question is somewhat similar to a question about TWIG Extending language definitions (for code highlighting) in notepad++. I'm hoping to extend the definitions that Notepad++ uses for XML to include keywords with some highlighting for vxml and…
2
votes
1 answer

VoiceXML Grammar Input sequence

I need to allow callers to enter their ID. It is 7 characters long and is a mixture of letters and numbers but there is a structure to it. Example: F0G0000 The first character is always a letter. The second character is always a number. The third…
spence
  • 166
  • 3
  • 11
2
votes
2 answers

how to set call duration time limit in vxml

Is there a way to set a time limit for a call duration within vxml? For example, if a caller orders a block of time (say 10 minutes), after 10 minutes, can a timer be added to the vxml script to then drop the call, or announce the call is ending?…
MrTechie
  • 1,797
  • 4
  • 20
  • 36
2
votes
1 answer

create vxml with php dynamically

I am trying to pass a simple phone number to a vxml block. How can I pass a dynamic variable into this? $my_phone_number_here = '12197719191'; $string = <<
MrTechie
  • 1,797
  • 4
  • 20
  • 36
2
votes
2 answers

Increment a counter in VXML

I'm sorry that this is probably a really basic question but I'm just beginning to program. Basically I need to increment a counter in VXML. I've declared the counter as: and in an IF statement I've incremented by doing…
2
votes
2 answers

Access an IVR Application menu choice manually from VXML server

How do I construct a URL to select a specific in a ? I have a simple IVR Application which is Deployed on the CVP VXML Server. It starts with two
Malik
  • 585
  • 2
  • 6
  • 13
2
votes
1 answer

Android configuration for JVoiceXML interpreter

I would like to ask a question about a code line mentioned in another question here: How to avoid ANR in standalone android Service My question is about the line: AndroidConfiguration config = new AndroidConfiguration(); Because I would like to…
macinos
  • 41
  • 1
  • 7
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
1
2
3
11 12