Cisco Cisco Computer Telephony Integration Option 9.0 Developer's Guide

Page of 546
 
6-95
Cisco ICM Software CTI OS Developer’s Guide Release 6.0(0)
 
Chapter 6      Event Interfaces and Events
IAgentEvents Interface
Parameters
args
Arguments array containing the following fields.
Remarks
This is a Supervisor specific event. It is supported for use with IPCC only.
OnStopMonitoringAgent
The OnStopMonitoringAgent event is generated monitoring of an agent is 
dropped in response to a StopMonitoringAgent() request.
Syntax
C++:
void OnStopMonitoringAgent (Arguments& args)
COM:
void OnStopMonitoringAgent (IArguments * args)
VB:
session_OnStopMonitoringAgent (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.