Cisco Cisco Computer Telephony Integration OS 8.5 Developer's Guide

Page of 546
 
6-117
Cisco ICM Software CTI OS Developer’s Guide Release 6.0(0)
 
Chapter 6      Event Interfaces and Events
ISilentMonitorEvents
OnSilentMonitorSessionDisconnected    
The OnSilentMonitorSessionDisconnected event is sent to the application to 
report errors if the connection fails between the monitoring and monitored clients
Syntax 
C++:
 void OnSilentMonitorSessionDisconnected (Arguments & args);
COM: 
 
HRESULT OnSilentMonitorSessionDisconnected ([in] Arguments* 
args);
VB:
  Session_ OnSilentMonitorSessionDisconnected (ByVal args as 
CTIOSCLIENTLIB.IArguments)
Parameters
args
Arguments array containing the following fields.
PeripheralID
INT
The ICM PeripheralID of the ACD 
where silent monitoring has stopped.
MonitoringIPAddress
STRING
TCP/IP address of the monitoring 
application 
SMSessionKey
UNSIGNED 
SHORT
Unique identifier for the Silent 
Monitor Session.
OriginatingServerID
STRING
TCP/IP Address:Port of the CTIOS 
server from which the request 
originated
OriginatingClientID
STRING
Client Identification of the monitoring 
application
Keyword
Type
Description
MonitoredUniqueObject
ID
STRING
Unique Object ID of the object being 
monitored