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

Created by: Vinay Kariyappa on 23-03-2010 05:53:45 PM
Hi ,
 
How can i handle the call hangup , call transfer and other errors via application , considering CVP should talk to ICM
 
Thanks

Subject: Re: New Message from Vinay Kariyappa in Customer Voice Portal (CVP) - Gener
Replied by: Janine Graves on 23-03-2010 06:03:40 PM
CVP_Subdialog_return to send the call back to ICM. Use the Caller_input
and FromExtVxml[0]-[3] to return meaningful data to ICM. Such as
'transfer', 'release', 'acct=1234', 'dept=sales' or whatever.



Cisco Developer Community Forums wrote:
> Vinay Kariyappa has created a new message in the forum "General
> Discussion - All Versions":
>
> --------------------------------------------------------------
> Hi ,
> Â
> How can i handle the call hangup , call transfer and other errors via
> application , considering CVP should talk to ICM
> Â
> Thanks
> --
> To respond to this post, please click the following link:
>
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/message/2063383>
>
> or simply reply to this email.

Subject: Re: New Message from Vinay Kariyappa in Customer Voice Portal (CVP) - Gener
Replied by: Janine Graves on 23-03-2010 07:51:40 PM
You can't catch java exceptions.
For voicexml exceptions, you can use a HotEvent.
For when the caller hangs up, you can use a HotEvent
telephone.disconnect.hangup, but it's not recommended, as then you will
have trouble freeing the VxmlServer license. ICM gets the 'hangup' at
the same time VxmlServer does.



Cisco Developer Community Forums wrote:
> Vinay Kariyappa has created a new message in the forum "General
> Discussion - All Versions":
>
> --------------------------------------------------------------
> But how can my application sense these events so that i can perform
> the above application
> Â
> Should i use the EndCallInterface to sense this and invoke the
> CVP_Subdialog_return
> --
> To respond to this post, please click the following link:
>
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/message/2063510>
>
> or simply reply to this email.

Subject: RE: Re: New Message from Vinay Kariyappa in Customer Voice Portal (CVP) - G
Replied by: Vinay Kariyappa on 23-03-2010 06:09:41 PM
But how can my application sense these events so that i can perform the above application
 
Should i use the EndCallInterface to sense this and invoke the CVP_Subdialog_return
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