Cisco Cisco Computer Telephony Integration Option 9.0 Developer's Guide

Page of 546
 
6-9
Cisco ICM Software CTI OS Developer’s Guide Release 6.0(0)
 
Chapter 6      Event Interfaces and Events
ISessionEvents Interface
Remarks
See the descriptions of the CtiOs_Enums.FailureCode and 
CtiOs_Enums.SystemEvent interfaces in the Javadoc for information on Java CIL 
enumerations.
OnCurrentAgentReset
The OnCurrentAgentReset message is generated when the current agent is 
removed from the session.
Syntax
C++:
void OnCurrentAgentReset(Arguments& args)
COM:
void OnCurrentAgentReset (IArguments * args)
VB:
session_OnCurrentAgentReset (ByVal args As 
CtiosCLIENTLib.IArguments)
Parameters
args
Arguments array containing the following fields.
OnCurrentCallChanged
The OnCurrentCallChanged message is generated when the current call has 
changed to another call.
Syntax
C++:
void OnCurrentCallChanged(Arguments& args)
COM:
void OnCurrentCallChanged (IArguments * args)
Keyword
Type
Description
UniqueObjectID
STRING
Unique object ID (if any) of the old current 
agent that was just removed.