Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Voicetools » continue call?
continue call? [message #576333] Wed, 02 May 2007 00:24
Eclipse UserFriend
Originally posted by: gwolfe.medsyntech.com

I have been having a bit of difficulty with getting the server to
"continue call"

I have successfully built the war file, and got it deployed on the tomcat
server.

But when calling into the /openVXML tree I get what looks like the correct
first page response:
-----------------------------------------------
<vxml version="2.0">
&#8722;
<form id="WaitForm" scope="dialog">
&#8722;
<block name="WaitBlock">
<goto
next=" /poinr/openVXML?KERNEL_CALL_ID=8b5de01669454adc8909eaa08ed79 efe&KERNEL_EVENT=NOOP "/>
</block>
</form>
&#8722;
<catch event="connection.disconnect.hangup">
<goto
next=" /poinr/openVXML?KERNEL_CALL_ID=8b5de01669454adc8909eaa08ed79 efe&KERNEL_EVENT=ERROR&ERROR_NAME=connection.disconn ect.hangup "/>
</catch>
</vxml>

-----------------------------------------------------

but then when the voice browser continues I get:
-----------------------------------------------------
<vxml version="2.0">
&#8722;
<form id="ErrorForm" scope="dialog">
&#8722;
<block name="ErrorBlock">
&#8722;
<prompt bargein="true" xml:lang="en-US">
I'm sorry, we are having technical difficulties with our voice response
system. Please call again when this issue is resolved.
</prompt>
<disconnect/>
</block>
</form>
</vxml>

-----------------------------------------------------

It looks like there is only one entry to this java code segment? Is
something having a problem in: defaultcallmanager??
somewhere near "continueCall"???

Object obj = calls.get(conversationId);
(that as far as my skill can go without getting the build environment)

What could I have missed in the design / vui?
(using either tomcat 5.5 and tomcat 5.0 - with the real sun JVM
1.5.0_10-b03)
any ideas?




Thanks
Previous Topic:Need help getting started
Next Topic:openVXML: Web Service creation problem
Goto Forum:
  


Current Time: Thu Apr 25 15:29:45 GMT 2024

Powered by FUDForum. Page generated in 0.02826 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top