Cisco Cisco Computer Telephony Integration Option 9.0 Guía Del Desarrollador

Descargar
Página de 668
 
6-123
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions Release 7.1(1)
 
Chapter 6      Event Interfaces and Events
ISilentMonitorEvents
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.
OnSilentMonitorStopRequestedEvent
The OnSilentMonitorStopRequestedEvent event is fired to the subscriber to 
indicate that a silent monitor session was stopped on his behalf. CTI OS server 
generates this event whenever a remote application calls the 
StopSilentMonitorRequest method.
Syntax 
C++:
void OnSilentMonitorStopRequestedEvent(Arguments & args);
COM: 
 
HRESULT OnSilentMonitorStopRequestedEvent([in] Arguments* 
args);
VB:
  
Session_ OnSilentMonitorStopRequestedEvent(ByVal args as 
CTIOSCLIENTLIB.IArguments)
Keyword
Type
Description
MonitoredUniqueObject
ID
STRING
Unique Object ID of the object being 
monitored
SMSessionKey
UNSIGNED 
SHORT
Unique identifier for the Silent 
Monitor Session.
StatusCode
SHORT
One of the ISilentMonitorEvent status 
codes in 
.