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

On Exception(ContactInActiveException) Question

scott.searle
Level 1
Level 1

I have this exception set in my script, which calls a "Cleanup" label. After I clear the exception, I gather the ANI and write it to a custom variable.

My problem is that even successful handled calls that have no exception are being written to the custom variable.

If the customer barges a prompt does this create an exception?

1 Reply 1

adignan
Level 8
Level 8

The ContactInactiveException is thrown when a customer exits the script either by getting sent to an agent, selecting an option with redirects them out of the script, or the caller hangs up, etc.

Capturing this exception allows you to keep a script open even when a caller hangs up. Very handy in certain situations.

andy - berbee