473,671 Members | 2,283 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

VoiceXML Simulators Interpreters Validators etc

VoiceXML Simulators Interpreters Validators etc
If you can tell me about any other good VoiceXML simulators without
using any hardware than a Desktop PC I will be thankful to him.
I have used a VoiceXML interpreter software namely Optimtalk
http://www.optimsys.cz I am facing this problem if anyone can help me
in this regard I will be very happy and thankful to him.
1. I have written a vxml document and trying to interpret it via
Optimtalk.
2. I am using grxml inline grammar
3. The file is as this
<?xml version="1.0"?>
<vxml version = "2.0" xmlns="http://www.w3.org/2001/vxml">
<form>
<field name="F_1">
<prompt>
What is my name, biz nitch?
</prompt>
<grammar xml:lang="en-US" root = "TOPLEVEL">
<rule id="TOPLEVEL" scope="public">
<item>
<!-- FIRST NAME RETURN -->
<item repeat="0-1">
<ruleref uri="#FIRSTNAME "/>
<tag>assign(a $return)</tag>
</item>
<!-- MIDDLE NAME RETURN -->
<item repeat="0-1">
<ruleref uri="#MIDDLENAM E"/>
<tag>assign(b $return)</tag>
</item>
<!-- LAST NAME RETURN -->
<ruleref uri="#LASTNAME"/>
<tag>assign(c $return)</tag>
</item>
<!-- TOP LEVEL RETURN -->
<tag><![CDATA[ <F_1 (strcat($a strcat($b $c)))> ]]>
</tag>
</rule>
<rule id="FIRSTNAME" scope="public">
<one-of>
<item> matthew
<tag> return ("matthew ") </tag>
</item>
<item> dee
<tag> return ("dee ") </tag>
</item>
<item> jon
<tag> return ("jon ") </tag>
</item>
<item> george
<tag> return ("george ") </tag>
</item>
<item> billy
<tag> return ("billy ") </tag>
</item>
</one-of>
</rule>
<rule id="MIDDLENAME " scope="public">
<one-of>
<item> warren
<tag> return ("warren ") </tag>
</item>
<item> dee
<tag> return ("dee ") </tag>
</item>
<item> bon
<tag>return ("bon ") </tag>
</item>
<item> double ya
<tag> return ("w ") </tag>
</item>
<item> dee
<tag> return ("dee ") </tag>
</item>
</one-of>
</rule>
<rule id="LASTNAME" scope="public">
<one-of>
<item> henry
<tag> return ("henry ") </tag>
</item>
<item> ramone
<tag> return ("dee ") </tag>
</item>
<item> jovi
<tag> return ("jovi ") </tag>
</item>
<item> bush
<tag> return ("bush ") </tag>
</item>
<item> williams
<tag> return ("williams ") </tag>
</item>
</one-of>
</rule>
</grammar>
<filled>
<prompt>
You said that yo daddy is <value expr="F_1"/>.
</prompt>
</filled>
</field>
</form>
</vxml>
4. I am using the following command which is giving error as given
below
C:\Data\Softwar es\Development
Tools\VoiceXML\ OptimTalk\bin>o t_vxml_interpre ter.e
xe C:\Data\apps\De velopment\vxml\ MyJsp.vxml
OptimTalk VoiceXML interpreter (version 1.0)
=============== ===============
Copyright (c) 2004-2005 OptimSys Ltd, Czech Republic
http://www.optimsys.cz
Interpreting VoiceXML document
file:/C:/Data/apps/Development/vxml/MyJsp.vxml
Unhandled error event named 'error.badfetch ' occured. The
interpretation cannot
continue.
The following message was associated with the event:
document 'file:/C:/Data/apps/Development/vxml/MyJsp.vxml', line 9;
Cannot load
grammar 'memory:__inter nal_4' since an error occured in call to SRGS
grammar parser. SRGS grammar parser reports: Cannot initialize XML
document since an error occured in call to XML parser. XML parser
reports: line 22, column 7; Invalid first character of
attribute name
C:\Data\Softwar es\Development Tools\VoiceXML\ OptimTalk\bin>

Nov 25 '05 #1
0 1312

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1187
by: Yoann Charpiot | last post by:
Hi, I'm working on a VoiceXML project and I need full tutorial step by step (i'm beginner) or some web site proposing working simples sources. I'm exclusively using dial, no voice recognizion or TTS module. Thanks for any advice. Yoann.
0
1191
by: Andreas Bauer | last post by:
Hi, I have to build a "server" on which various VoiceXML applications should be installed, so different people can develope voice applications. Because I am very new to this matter, I don't know which applications are good or which are bad, which are an absolute must etc. So it would be very kind, if anybody could give me some hints concerning this matter.
1
2017
by: Tom Pearson | last post by:
I create controls and validators dynamically dependent on data at runtime. I create the control then the relevant validator(s) for it assigning the Control.ID as the control to validate. These controls and validators are then added to a table for display to the user. This code did seem to work originally, but now does not amd I am stumped as to why. There have been some code changes, but not to the methods below and I have pretty much...
0
1909
by: Tom Pearson | last post by:
I create controls and validators dynamically dependent on data at runtime. I create the control then the relevant validator(s) for it assigning the Control.ID as the control to validate. These controls and validators are then added to a table for display to the user. This code did seem to work originally, but now does not amd I am stumped as to why. There have been some code changes, but not to the methods below and I have pretty much...
0
1107
by: bpursley | last post by:
Hello, I'm new to VoiceXML and am looking for a Windows-based tool I can use to test VoiceXML on my desktop PC, without having to call a real phone number. Any suggestions? Also, does anyone know if there is a newsgroup devoted specifically to VoiceXML? Thanks,
0
1100
by: dividby0 | last post by:
Hi! I need to build an IVR using VoiceXML. I don't have more than 35 days or so(academic project). I decided to sign up for voxeo.com free account for writing the voicexml script and hosting it on their servers. To call the mapped PIN/Free World Dialer number in order to test the scripts it requires an ISD line or a broadband connection and I have none. Can any one tell me about some IP based call flow testing resources for my voicexml...
0
1072
by: dividby0 | last post by:
Hi Can anyone tell me about the type of setup required for setting up a VoiceXML IVR system? The hardware and the servers/services etc.. Thnks.
0
1199
by: kv | last post by:
Is it possible to make multiple outbound calls using voicexml/ccxml? This is what i want: - An inbound call is received - We get some information form the caller - Depending on informtaion given by the caller, we need to place several outbound calls and pass on that information to them. - But i should also disconnect from the inbound call before I make the outbound calls
0
1401
by: François | last post by:
Hi, My current job is to develop VoiceXML dialogs. The voice platform that we use provides neither a debugger nor a simulator, and each time I want to test a new dialog, I have to upload it on the remote production server, and to call the voice platform. So I would like to know where I can find a freeware VoiceXML simulator able to run a VoiceXML dialog. As my dialogs only use DTMF as an input, and text-to-speech synthesis for the...
0
8474
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8912
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8597
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7428
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6222
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5692
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4222
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4403
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2809
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.