Cisco Cisco Computer Telephony Integration OS 8.5 Developer's Guide

Page of 640
6-21
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions Release 7.0(0)
 
Chapter 6      Event Interfaces and Events
ISessionEvents Interface
OnMonitorModeEstablished
The OnMonitorModeEstablished event is generated when Monitor Mode is 
established.
Syntax
C++:
void OnMonitorModeEstablished(Arguments& args)
COM:
void OnMonitorModeEstablished (IArguments * args)
VB:
session_OnMonitorModeEstablished (ByVal args As 
CtiosCLIENTLib.IArguments)
Parameters
args
Arguments array containing the following fields.
Keyword
Type
Description
CIL 
ConnectionID
STRING
ID of the client’s connection on 
the server.
StatusSystem
ARGUMENTS
Arguments array containing the 
following elements:
  •
StatusCTIServer
  •
StatusCtiServerDriver
  •
StatusCentralController
  •
StatusPeripherals  
(Arguments array with a 
peripheral ID for each key 
and a boolean true/false 
value indicating if that 
peripheral is online)