Tagged Questions

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. Its major goal is to bring the advantages of Web-based development and content delivery to interactive voice response applications. VoiceXML (VXML) is the W3C's standard XML format.

learn more… | top users | synonyms

4
votes
1answer
1k views

Eclipse: XML syntax coloring for non-XML files

In my previous (and first) foray into Eclipse, I inherited another Developer's workstation and setup. Now, I'm trying to setup a new Eclipse instance from scratch, and, in turn, am scratching my ...
3
votes
1answer
105 views

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 ...
2
votes
2answers
221 views

Best way to web application return XML document basis on database data (USED BY VXML)?

I have to write VXML application which will be able to access to database. The VXML standard let cause external url with parameters but in response I have to return generated VXML document contains ...
2
votes
1answer
125 views

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: <!DOCTYPE vxml PUBLIC "-//W3C//DTD VOICEXML 2.1//EN" "http://www.w3.org/TR/voicexml20/vxml.dtd"> as it's ...
2
votes
1answer
171 views

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 ...
2
votes
6answers
1k views

Visual VoiceXML/VXML development tool?

Does anyone know of any tools out there that will let me run and debug a VXML application visually? There are a ton of VXML development tools, but they all require you to build your application ...
1
vote
2answers
35 views

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. <?xml ...
1
vote
1answer
33 views

VXML <say-as > 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 ...
1
vote
1answer
29 views

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] ...
1
vote
1answer
51 views

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 ...
1
vote
1answer
77 views

VXML: Field input, forward typing

Situation: I have two VXML documents that are part of one flow. In the first document the user is prompted to enter a number (dtmf, max = 3 digits). The second document prompts the user to enter ...
1
vote
0answers
105 views

Accessing Cookie from C# Vxml Browser

The Microsoft.Rtc.Collaboration.AudioVideo.VoiceXml.Browser object in C# has a RunAsync method that takes a URI of a Vxml page to run and a CookieCollection that should, in theory, allow you to pass ...
1
vote
3answers
117 views

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, ...
1
vote
3answers
146 views

which XML editor to use for speech recognition grammar specifications (SRGS)

Is it best to use a particular editor to write XML or will any editor do? In particular I will be using XML to write Speech Recognition Grammar Specifications (SRGS).
1
vote
1answer
69 views

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,
1
vote
1answer
267 views

VXML DTMF Input

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 ...
1
vote
3answers
310 views

Interested in using Selenium to test XML / VXML pages

Is there a way to use selenium to test VXML pages? I seem to only be able to access HTML content. Can anyone help?
1
vote
1answer
267 views

Voicexml how to store input into a global variable

I'm creating a voicexml appliacation. I want to store an user input into a global variable. I wondered, the input should be stored in the fieldvar. shouldn't it? After I tried it with this, i tried ...
1
vote
2answers
255 views

Building VXML/GRXML dialog to recognize based on caller saying “That one” rather than the item?

My app has a bunch of dialogs where a caller is asked to pick and choose from a list: "Which would you like? Account Information, Account Changes, Request Documents, Speak to a Representative." In ...
1
vote
1answer
233 views

vxml: can i switch between voice prompt and enumeration prompts?

I am using vxml powered by an engine similar to TellMe. I adding voice recognition to telephone prompts for a voice mail system. The new menu will first prompt the user for verbal input, and if no ...
1
vote
1answer
260 views

dummy IVR for testing vxml

Voxeo provide a free IVR for development purposes, but I was wondering if there is a much simpler form of test IVR, perhaps which runs on the local machine and uses your microphone and speakers ...
1
vote
1answer
233 views

Are nested 'if' statements permitted in vxml?

Are nested 'if' statements permitted? ex: <if cond="1 == 1"> <if cond="2 == 2"> One is in fact equal to one and Two is in fact equal to two <else/> One is in fact ...
1
vote
1answer
127 views

IntelliSense for non-HTML markup when editing .ASPX files?

I'm currently evaluating tool options for Voice XML development. I'm currently seeing if existing web development tools will work, since the model is quite similar (markup sent to browser client, ...
1
vote
1answer
213 views

VXML Beep at recording timeout

The VXML application I mentioned in a previous question is now in testing. After allowing the user to record a message (max length 5 minutes) we go into a standard menu (submit, playback, re-record, ...
0
votes
1answer
61 views

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, ...
0
votes
1answer
58 views

How to set :autoclose option in Haml

I am actually generating some xml from haml template, using Padrino Framework. There are some tags that are self closing. For that I did add following statement in subapp/app.rb as padrino is based on ...
0
votes
0answers
19 views

database look-up through vxml interface

im creating a database look up application whose interface is a voice application. my professor had suggested i use a hash function but iv no clue how to implement it in this situation. Help please ...
0
votes
0answers
32 views

Vxml Validator Ruby Gem

Can anyone tell me a Ruby gem that has a validator method for Vxml? I checked out vxml-tools but it doesn't seems to be of much help.
0
votes
1answer
46 views

Voice XML Block expression

In this VXML code either block's expr is true or false interpreter doesnt read the block and only prints out block3 which doesnt have an expression so what is the difference for a block to have an ...
0
votes
0answers
104 views

IVR VXML Application in Rails

I am a newbie in VXML and want create an Vxml Application using Ruby on Rails. So here questions are: How can I create my Vxml Application on my local machine? How to configure the server and Rails? ...
0
votes
1answer
56 views

“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 ...
0
votes
1answer
152 views

I am looking for a vxml (voicexml) parser in python language

I am looking for a vxml (voicexml) parser in python language. Need to use the parsed vxml tags and interact with freeswitch to run IVR. Can anyone help me with any kind of opensource vxml parsers?
0
votes
1answer
284 views

use UCMA 3.0 to create a SIP client

I am just wondering if UCMA 3.0 SDK supports this. I plan to use the SIP client to place a call to a standalone UCMA application, which will use VXML to play a prompt. Thanks.
0
votes
1answer
152 views

converting GSL grammar to GRXML format

Are there any tools which would convert existing GSL grammar files to GRXML grammar files ? I expected such a tool to be alread there but couldn't find it on searching, am I missing something ? Thank ...
0
votes
1answer
118 views

Does MS Lync server 2010 come with a built-in vxml browser?

If so, is there any online document describing how to install/configure it? Thanks.
0
votes
1answer
375 views

Thread sleep in Tomcat

I am writing a VXML application which accepts an incoming SIP voice call and then polls a web service on a Java application running on a Tomcat instance on the same host machine for incoming voice ...
0
votes
1answer
133 views

Voicexml grammar

I try to use grammar in my voicexml file. At first i tried an In-line grammar. I used an example from a website, but it doesn't work. here is the code: <?xml version="1.0" encoding="UTF-8"?> ...
0
votes
1answer
162 views

record voice in vxml (Tellme studio developer account)

I have developer account in tell studio , I tried some basic snippet its working fine, finaly i tried record tag, but its not working , eve NOINPUT TAG also not working , This is my snippet , ...
0
votes
1answer
34 views

VXML on SpeechServer

I have a question, at http://www.vxml.org/frame.jsp?page=t_1.htm it says that i have to save a voicexmlfile as .xml but when i create an new application on speech Server 2007, it says, that I can put ...
0
votes
1answer
48 views

Commenting approach: How to comment something that's used elsewhere in app?

My IVR app contains a lot of global variables, as a side effect of an inescapable vendor-supplied framework. As such, there are a lot of cases where a variable is given a value on one JSP, and is not ...
0
votes
2answers
208 views

Free text editor to fix indentation of messy JSPs?

I'm developing a VXML IVR application in Eclipse, and it's chock full of messy JSPs. Some of my (inherited!) source looks like this: <%if (useLegacy) {%> <form id="getLegacy"> ...
0
votes
3answers
138 views

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

vxml: need help with in-line grammars

I am looking at some sample vxml scripts from vxml.org. When i call the script the prompts play, but it doesnt pick up any of my inputs at all. when i speak it responds "no input". could i be missing ...
0
votes
1answer
108 views

Tools for describing and modeling voice xml applications

What tools do you use to describe call flow, to draw, to model in voice xml development? What is the most useful editor to draw such diagrams & models [ as I can guess there's no specific tool for ...
0
votes
1answer
264 views

VoiceXML Prompt & SSML <mark> element. How to read prompt from the specified position?

<mark> element informs that reading went on to some point. But is there a way we could read the prompt again from the specified position returned by mark (name) id? It could be useful in such a ...
0
votes
2answers
582 views

VoiceXML how to specify the way the TTS repeats a value

I am having issues getting the voice browser to repeat my field value as a series of numbers rather than a large multi-digit number. For example, my field will collect the input using type 'digits' ...
0
votes
2answers
347 views

Change session.telephone.dnis value in VXML application?

I'm working on an Avaya IVR with a Nuance recognizer and TTS engine. Our application determines call destination information by receiving the DNIS data from the PBX, via a "custom" Avaya variable ...
0
votes
1answer
649 views

Passing sub dialog parameters in VXML

I'm creating a sub dialog another vendor is calling. I'm having trouble reading the values passed into my subdialog from that vendor. I can read the parameters passed in when I call the subdialog ...
0
votes
1answer
190 views

VXML getting 'src' for subdialog from variable

Our business is transitioning from an old asp system to a newer ASP.NET system, including massive improvements to our database. There is going to be a period of coexistence, during which old & ...