cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1113
Views
0
Helpful
4
Replies

IPCCX Abandoned Calls Email Notification

we have IPCCX, and the requirement is to notify the administrator regarding agents abandoned calls via email.

thanks..

2 Accepted Solutions

Accepted Solutions

Jonathan Schulenberg
Hall of Fame
Hall of Fame

Assuming you have a Premium license loaded you can use the Create and Send Email steps within the script. The On Exception Goto step can watch for the ContactInactiveException event. When it happens have it create and send an email.

Please remember to rate helpful responses and identify helpful or correct answers.

View solution in original post

Sorry, there isn't. The SMTP subsystem is only enabled with a Premium license.  The only other method would be to write a custom Java class instead of the pre-built Java beans (aka Steps). The problem is that custom Java code execution also requires a premium license.

View solution in original post

4 Replies 4

Jonathan Schulenberg
Hall of Fame
Hall of Fame

Assuming you have a Premium license loaded you can use the Create and Send Email steps within the script. The On Exception Goto step can watch for the ContactInactiveException event. When it happens have it create and send an email.

Please remember to rate helpful responses and identify helpful or correct answers.

Sir, unfortunately we're still using IPCCX Enhanced..

is there any other way to satify the requirement?

thanks..

Sorry, there isn't. The SMTP subsystem is only enabled with a Premium license.  The only other method would be to write a custom Java class instead of the pre-built Java beans (aka Steps). The problem is that custom Java code execution also requires a premium license.

Take a look at this post, https://supportforums.cisco.com/thread/2104689

Please remember to rate all useful posts.

Sent from Cisco Technical Support iPhone App



Response Signature