Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
5answers
1k views

What's a good open source VoiceXML implementation?

I am trying to find out if it's possible to build a complete IVR application by cobbling together parts from open source projects. Is anyone using a non-commercial VoiceXML implementation to build ...
3
votes
2answers
77 views

Automated IVR Regression Testing

I have different requirement from a customer to write a automated test script for IVR Testing from .Net I want to write this automated test scripts from C# that is in .NET Framework 4.0 I have few ...
1
vote
2answers
36 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
34 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
1answer
214 views

How to call telephone number through asterisk trunk from external application talking through prophecy?

Wow, that title was a mouthful... I'm sure that sounds very confusing at first glance. This is the basis of what I've got going on: I have: -a server set up with Asterisk and Voxeo Prophecy running ...
1
vote
3answers
119 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
2answers
48 views

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

Mobile browser VoiceXML support

I'm wondering is there a support from mobile browsers of VoiceXML. If so, which one support it. Thanks,
1
vote
1answer
78 views

What is the work flow between VoiceXML and Speech Synthesis?

I would like to know how a VoiceXML document is rendered by a text to speech engine of a speech server. The VXML document would be containing the text which is supposed to be converted into an audio ...
1
vote
1answer
224 views

voicexml output of the external grammar and refill the field element

I would like, that if the user says "help" that the following field doesn't get filled, and that the user gets all possible options. <form id="test"> <field name="var1"> ...
1
vote
1answer
244 views

structure of an external grammar in voicexml

how does the structure of an external vxml grammar looks like? at the moment i have following inline grammar: <grammar root="main" version="1.0" xml:lang="de-DE"> <rule id="main" ...
1
vote
1answer
268 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
1answer
87 views

dynamic voice xml

I want to read a dynamic number of products from a textfile. Then i want to use all these products in my voicexml file. (use: in a menu for example) How can I do this? Is it good to create for each ...
1
vote
1answer
239 views

Using VoiceXML built-in types in SRGS grammar

I am trying to create a custom grammar for a sentence containing a number, e.g. (Revenue increased by 34.5 billion dollars). A rule that I created using W3C specification looks like: <rule ...
1
vote
1answer
80 views

Get spoken input as string

Is it possible to get a string representation of what a user said in an VoiceXML application? For example to use it in a database query. Most examples i've seen so far just try to match against a ...
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
610 views

Is Microsoft Lync Server 2010 a good fit for public-facing applications?

The release candidate for Microsoft Lync Server 2010 (formerly known as Office Communications Server and/or Speech Server) was just made available for download. From the site: Microsoft Lync ...
1
vote
1answer
235 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
268 views

how can I call a webservice from voiceXML?

I'm building a very simple voiceXML app to allow people to make recordings. But first, I need to authenticate callers by phone number and/or PIN. Can I call a webservice from voiceXML? Looks like I ...
1
vote
2answers
200 views

What is VoiceXML?

While looking for a way to use speech recognition with flash I crossed paths with VoiceXML. I've gone through the W3C description of it but still I got a few big doubts. Can I simply create a vxml ...
1
vote
1answer
212 views

Writing a grammar in VoiceXML to match # terminated digits or *1 or *2

I an writing a VoiceXML app and i am having a problem. The application listens for DTMF tones only. The user enters a confirmation number followed by #. They can also enter *1 or *2 to speak to ...
1
vote
1answer
173 views

Is it possible to recognize barge-in?

Is it possible to recognize when a caller has barged-in with DTMF? Is there something in VoiceXML like an event that I could catch? The problem that I am trying to solve is we need barge-in to ...
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
2answers
54 views

How to implement a VoiceXML Grammar Parser

I am trying to build a Standalone VoiceXML parser which accepts the input as the example below <grammar version="1.0" root="ROOT" mode="dtmf"> <rule id="ROOT"> <one-of> ...
0
votes
1answer
45 views

Is there a way for parsing Document to VoiceXMLDocument? [Java - Android]

I wonder if there is a good way for parsing org.w3c.dom.Document to org.enhydra.wireless.voicexml.dom.VoiceXMLDocument? I'm using Java in Android Application. My application is reading a VoiceXML ...
0
votes
1answer
98 views

How to play multiple files in a folder with VoiceXML?

For a specific project, I am trying to write a voicexml file to play out some audio files. I have no problem about playing an file. But I need some directions for playing multiple files in a folder. I ...
0
votes
0answers
105 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
125 views

Can VoiceXML automate the dialing for a employee for me

My company has to test our client's telephone numbers to make sure they are working and that an operater is on the other line answering customers' calls. Right now the employee looks at a list of ...
0
votes
1answer
23 views

Voicexml how to use an exception

I want to use two exceptions. the first: The user can say (every time, in the whole application) "stop" and then the program exits. the second: I have following Code: <form id="test"> ...
0
votes
1answer
102 views

Voicexml how many words in grammar

I want to have a dynamic grammar in my voicexml file (read single products and create the grammar with php) my question is, if there is any advice or experience how many words should be writte into ...
0
votes
1answer
72 views

Response time for a vxml application

I'm developing a voicexml application, and I want to define a part of the performance by defining the maximum response time for an answer by the application. The application is on a server realized ...
0
votes
1answer
52 views

voicexml breaks after five trys

I have following code, after five tries (wrong words like" dfasfasfb") the application stops. After I say a wrong word, it says, "excuse me, I didn't get it" (in my language). But then there is a ...
0
votes
0answers
51 views

Has anyone worked on localization in Marathi [closed]

My friends, colleagues have started an initiative to convert books in Audio format. They are used as a learning aid for blind students. We came across a technology called the DAISY format. Its pretty ...
0
votes
2answers
266 views

Creating a VoiceXML application

I have a few questions concerning how to create a VoiceXML application. I found some nice tutorials, but there are still some questions: -what's a good development environment? I wanted to use VS08, ...
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
93 views

Is the last digit of a phone number random?

I have a telephony app which has a prompt which requires user choice. I made the app select one of 10 different phone prompts based on the last digit of the caller's phone number. Then I measure ...
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
3answers
201 views

How to disable a VoiceXML grammar?

I'm writing a VoiceXML application where we have a speech grammar and a DTMF grammar. If the caller is calling from a particularly noisy environment, we need to disable the speech grammar. Is there ...