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

VXML record processing dtmf termchar

I am having trouble processing a dtmf within a record tag. I am looking to identify the zero entered during recording and perform specific action based on the value. zero could be entered anytime before or after speaking. With the following snippet…
jeera
  • 591
  • 1
  • 7
  • 15
0
votes
1 answer

Approximate matching in voicexml

I don't know if I could get an answer here... The problem I am trying to solve is: The system listens to the user's input,judge if the user's input contains the word "loop". Does VoiceXML support grammars for this kind of task? It seems that it can…
faz
  • 313
  • 5
  • 12
0
votes
2 answers

VoiceXML - Recognize DTMF in Recording

I've been doing IVR work for a while, but we have a case where I'd love some expertise/feedback: Is it possible to record a message where the user could press a DTMF tone to indicate a pause where we would insert our own sound? In this scenario,…
Jim Stanley
  • 146
  • 1
  • 3
  • 11
0
votes
1 answer

Does SRGS / SISR support open-domain variables?

My question is about the speech-recognition grammar specification language: http://en.wikipedia.org/wiki/Speech_Recognition_Grammar_Specification I would like to know whether it's possible to define sentences with open-domain variables, for example,…
Erel Segal-Halevi
  • 33,955
  • 36
  • 114
  • 183
0
votes
1 answer

How to use tag in vxml to Voice out Names?

I m trying to develop a vxml app to play a welcome prompt with names. for example "Hello Mr Karthikeyan.. welcome to stackoverflow helpline..." I want system to voice out the name without spoiling the User Experience.. is there any the possible…
0
votes
1 answer

How to loop to get multiple dynamic fields in VXML

How can I use starting and ending numbers to loop through fields saving the input to an array in VXML with or without PHP? Psuedo code would be something like: get startNo from caller get endNo from caller loop i from startNo to endNo audio…
Alien Technology
  • 1,760
  • 1
  • 20
  • 30
0
votes
1 answer

Keeping call open

I'm trying to create sort of listener. I need voice xml that will keep the call open and not hang up. I tried to do that with tag, but max i can get is 2 minutes. Is there some sleep or loop tags with time out I can use?
eddyuk
  • 4,110
  • 5
  • 37
  • 65
0
votes
2 answers

Is it correct to use voiceXML as a tool in this scenario

I have a telephony scenario in which the following happens: Customer calls a Voice Gateway TCL script runs and a code is taken from customer Authentication is done through a RADIUS server Customer will hear correct voice menu The problem is that…
Yasser Sobhdel
  • 611
  • 8
  • 26
0
votes
2 answers

Tool to convert IBM WVR (DirectTalk) state table applications to pure vxml applications

I am searching for a tool to convert IBM WVR 4.2 (DirectTalk) state table applications to pure voice xml application. I am thinking to port some of our state table applications out to a different voice xml platform. Thanks in advance.
Ramesh
  • 406
  • 3
  • 9
0
votes
1 answer

Accessing form elements filling fields?

I have a form which has an initial element, I am running a check using the confidence feature to check for other phrases that might match the user's input. If there are then i am going to a menu, from here i am asking the user to input a dtmf value…
aspiringCoder
  • 415
  • 1
  • 9
  • 24
1 2 3 4 5 6 7
8