Cisco Cisco Computer Telephony Integration Option 8.5 Developer's Guide

Page of 668
 
Chapter 4      Building Your Application
Working with Skill Group Statistics
4-72
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions Release 7.1(1) 
Working with Skill Group Statistics
Overview
This section describes how to receive and work with skill group statistics in a 
server-to-server integration environment and contains the following subsections:
  •
  •
  •
  •
How to Set Up a Monitor-Mode Application to Receive Skill 
Group Statistics
To set up a Monitor-mode application to receive skill group statistics:
Step 1
Create an instance of the Session class, as described on page 4-29.
Step 2
Subscribe for events for the session, as described on page 4-30.
Note
You must register to receive session and skill group events; therefore, 
in the AddEventListener() method you must use as a parameter the 
field 
CtiOs_Enums.SubscriberList.eAllInOneList
, or you must call 
the method twice using the fields 
CtiOs_Enums.SubscriberList.eSessionList 
and
 
CtiOs_Enums.SubscriberList.eSkillGroupList
Step 3
Set connection parameters, as described on page 4-30.
Step 4
Connect the desktop application to the CTI OS Server, as described on page 4-31.