Cisco Cisco Computer Telephony Integration Option 9.0 Developer's Guide

Page of 500
   
6-72
CTI OS Developer’s Guide for Cisco Unified ICM/Contact Center Enterprise & Hosted
Release 7.5(1)
Chapter 6      Event Interfaces and Events
ISkillGroupEvents Interface
Syntax
C++:
void OnStopMonitoringAgent (Arguments& args)
COM:
void OnStopMonitoringAgent (IArguments * args)
VB:
session_OnStopMonitoringAgent (ByVal args As CtiosCLIENTLib.IArguments)
Parameters
args
Arguments array containing the following fields.
Remarks
This is a Supervisor specific event. It is supported for use with IPCC only.
OnUserMessageConf
Not supported.
ISkillGroupEvents Interface
The SkillGroup object fires events on the ISkillGroupEvents interface. The following events are 
published to subscribers of the ISkillGroupEvents interface. 
OnSkillGroupStatisticsUpdated
The OnSkillGroupStatisticsUpdated event is generated when skill group statistics are reported. The 
update frequency of OnSkillGroupStatisticsUpdated can be configured on the CTI OS server (see the CTI OS 
System Manager's Guide for Cisco ICM/IPCC Enterprise & Hosted Editions
).
Syntax
C++:
void OnSkillGroupStatisticsUpdated (Arguments& args)
COM:
void OnSkillGroupStatisticsUpdated (IArguments * args)
VB:
skillgroup_ OnSkillGroupStatisticsUpdated (ByVal args As CtiosCLIENTLib.IArguments)
Keyword
Type
Description
UniqueObjectID STRING
Unique object ID for the supervisor object.
AgentReference
STRING
String containing the Agent ID for the agent 
to be monitored.
SupervisorID
STRING
String containing the supervisor’s AgentID
SupervisorKey
STRING
Supervisor’s unique object ID.
BargedInCallID
STRING
If the supervisor has barged in on the agent’s 
call, the unique object ID of that call.
Supervisor 
AgentState
STRING
The supervisor’s agent state.