User Guide
Table Of Contents
- Cover Page
- Table of Contents
- List of Figures
- Figure 1 : Central Controller
- Figure 2 : Peripheral and Peripheral Gateway
- Figure 3 : Administrative Workstation
- Figure 4 : WebView Server
- Figure 5 : Diagram of System Components
- Figure 6 : ICM Data Environment
- Figure 7 : Real-Time Data Moves to AW Local Database
- Figure 8 : Icons for Graphs and Tables
- Figure 9 : Deployment with Enterprise Routing
- Figure 10 : Sample Script for Enterprise Routing
- Figure 11 : Script Example for Agent Level Routing
- Figure 12 : Sample Script for Hybrid Routing
- Figure 13 : Agent State and Task State Relationship
- Figure 14 : Sample Routing Script for Information Gathering and Queuing
- Figure 15 : Call Type Data for Calls that Abandon after Call Type is Changed
- Figure 16 : Call Type Data for Calls that Abandon before Call Type is Changed
- Figure 17 : MultiChannel Options
- Figure 18 : Agent State Hierarchy
- Figure 19 : Call Abandoned While On Hold Scenario
- Preface
- Chapter 1: System Architecture and Reporting
- Chapter 2: Understanding Reporting
- Chapter 3: Understanding Routing and Queuing
- Chapter 4: Planning for Reporting
- Planning for Reporting at Unified ICM Setup
- Planning for Your Deployment
- Planning for Configuration and Scripting
- Planning for Agent Reporting
- Planning for Call Types
- Planning for Custom Reporting
- Planning for the HDS
- Planning for Enterprise Routing and Enterprise Reporting
- Planning for Service and Enterprise Service Reporting
- Planning for Service Level
- Planning for Short Calls
- Planning for Skill Groups and Enterprise Skill Groups
- Planning for Transfer and Conference Reporting
- Planning for Translation Routing
- Planning for Unexpected Scripting Conditions
- Planning for VRU Application Reporting
- Chapter 5: Reporting on Agents
- What Agent Data do you Want to See?
- Reporting on Agent Activity in Skill Groups
- Reporting on Agent States
- Reporting on Average Speed of Answer for Agents and Skill Groups
- Reporting on Agent Logout Reason Codes
- Reporting on Agent Not Ready Reason Codes
- Reporting on Agent Task Handling
- Reporting on Agent Performance for Outbound Option Dialing Campaign Calls
- Reporting on Agent Redirection on No Answer
- Reporting on Agent Call Transfers and Conferences
- Reporting on Agent Teams
- Chapter 6: Reporting on Customer Experience
- Chapter 7: Reporting on Operations
- Chapter 8: Reporting in a MultiChannel Environment
- Chapter 9: Sample Call Scenario
- Chapter 10: Reporting Implications of Data Loss and Component Failover
- Chapter 11: Troubleshooting Report Data
- Appendix A: List of All Unified ICM Report Templates
- Appendix B: Reporting Entities and Databases
- Appendix C: Configuration and Scripting for Reporting
- Configuration for Agent Reporting
- Configuring Call Types
- Configuration and Scripting for Conferences and Transfers
- Configuring Services and Enterprise Services
- Configuring and Scripting for Service Level Threshold and Type
- Configuring Short Calls
- Configuring Skill Groups and Enterprise Skill Groups
- Configuration and Scripting for the VRU
- Configuring Translation Routes
- Index

Similarly, you might determine the effectiveness of an Information Gathering application in
several ways:
•
Monitoring whether the caller used the system prompts to be routed to an appropriate resource
or used a failout path, such as pressing "0", to be routed directly to an agent.
•
Monitoring failure cases in which system errors, such as a failed database lookup, caused
the caller to be transferred to an agent instead of continuing through the digit collection
prompts for more appropriate routing.
You can obtain information about application effectiveness a whole, effectiveness of individual
transactions within the application, and failure cases using the VRUProgress variable available
in the Set script node. The VRUProgress variable enables to you set the status of the VRU call
at any point in the application. For example, if you consider a call handled by the VRU when
the caller completes a certain node, such as an account balance lookup node, then you can set
the variable to 2, indicating that the call should be reported as VRU Handled for the appropriate
Call Type.
These VRUProgress variables map to columns that appear in VRU Activity WebView reports,
enabling you to see how many calls were counted for each variable per Call Type. You can use
this data to modify applications if needed. For example, if you see that many callers are
experiencing error conditions that cause a forced transfer you could correct the function of that
node. If you see that many callers are opting to be transferred to an agent before being handled
by the application, you might want to add functionality to the application.
The following table describes the VRUProgress variables that you can use in your VRU script
applications and how they map to report columns.
DescriptionShow in Reports asVariable
Setting in
Script
Indicates that this call is not a VRU call. It is the default value.Not a VRU call - does not
appear in reports
0
Indicates that the caller's needs have not been met at this point in the
application.
VRU Unhandled1
Indicates that the caller's needs have been met by this point in the application.
For example, the caller successfully received an account balance.
VRU Handled2
Indicates that this call was transferred to an agent after the caller's needs were
met with the application. For example, the caller successfully received account
VRU Assisted3
information and then requested to speak to an agent for a different reason or
for additional information not available through automatic means.
Indicates that the call was transferred to an agent at the caller's request before
the caller's needs were met by the application. For example, the caller pressed
VRU Opt Out Unhandled4
"0" to be transferred to an agent before performing automated transactions
or while in the process of completing a transaction.
Reporting Guide for Cisco Unified ICM Enterprise & Hosted Release 7.2(1)
121
Chapter 7: Reporting on Operations
Reporting on VRU Applications