cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
411
Views
0
Helpful
1
Replies

How to use HotEvent node in a Call Studio Script

ln33147
Level 4
Level 4

Dear members,

I noticed some badfetch errors in one of the deployed vxml applications logs.

After doing some research, I realized that these errors can be handled by using HotEvent nodes in Call Studio but I haven't come across any threads that shows an example of how to use this element and where should it be added in the script.

Attached is a very basic script I was trying to develop in order to catch badfetch errors and let the caller hear an audio file and then be transferred to an agent instead of having his call ended after the badfetch.

Can someone please shed some light on how to correctly use this element.

Any help is highly appreciated.

Thank you in advance.

Lara

1 Accepted Solution

Accepted Solutions

Chintan Gajjar
Level 8
Level 8

try to put error.badfetch.http.404 in event.

ideally event should be same as the error you see in your activity log.


View solution in original post

1 Reply 1

Chintan Gajjar
Level 8
Level 8

try to put error.badfetch.http.404 in event.

ideally event should be same as the error you see in your activity log.