11-10-2012 02:36 AM - edited 03-16-2019 02:07 PM
we have IPCCX, and the requirement is to notify the administrator regarding agents abandoned calls via email.
thanks..
Solved! Go to Solution.
11-10-2012 05:54 AM
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.
11-10-2012 06:10 AM
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.
11-10-2012 05:54 AM
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.
11-10-2012 06:05 AM
Sir, unfortunately we're still using IPCCX Enhanced..
is there any other way to satify the requirement?
thanks..
11-10-2012 06:10 AM
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.
11-10-2012 06:55 AM
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
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide