473,327 Members | 2,025 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,327 software developers and data experts.

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="#MIDDLENAME"/>
<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\Softwares\Development
Tools\VoiceXML\OptimTalk\bin>ot_vxml_interpreter.e
xe C:\Data\apps\Development\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:__internal_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\Softwares\Development Tools\VoiceXML\OptimTalk\bin>

Nov 25 '05 #1
0 1282

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

Similar topics

0
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...
0
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...
1
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...
0
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...
0
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...
0
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...
0
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
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...
0
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...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...

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.