cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1061
Views
0
Helpful
0
Comments
cdnadmin
Level 11
Level 11
This document was generated from CDN thread

Created by: null on 02-11-2005 06:04:05 AM
Hi there,

I have a problem when running an application using VXML Insert element in Audium 3.4.1. For that element, I put the check on to every option to include everything: i.e. all element/session data, telephony information, call data, element history & Current User Information. That Element calls a VXML page that I attached in the attachment.

When I ran this simple application (which is only calling that element above), I got an error : error.semantic.ecmascript at the point of assigning value of audium_exit_state to 'done'

My initial investigation was that this variable audium_exit_state wasn't declared before (which should be declared in a VXML generated by Audium (or a root document))

Do you know if there is anything that we missed out ? or, is there any additional setting to be made in audium, in order for it to send the root document to the browser?

Cheers...

Subject: RE: VXML Insert Error: error.semantic.ecmascript
Replied by: Michael Bochynski on 02-11-2005 08:56:45 PM
Hi Ronny,

Note that the fact that error.semantic.ecmascript was thrown in the <assign> line doesn't necessary mean that this particular line of code is incorrect. The problem might be somewhere else.

Note that the audium_exit_state is defined in the root document, and there is no additional setting required.

Note that we were able to get the attached VoiceXML page to work with OSB, however with small modifications.

First, we removed all the XML related settings from the vxml tag, since we were getting error.badfetch and error.semantic errors.
Secondly, we removed the <audio> tag, since it throws error.semantic on the OSB browser.

In order to help you, we need more information

1. Could you tell me whether the attached VoiceXML works? If so, could you start adding one line at a time and see when it crashes?
2. Do you serve the test.vxml page from the same application server as Audium.war file?
3. Which voice browser do you use?

Thanks,
Michael
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Quick Links