Cisco Cisco Computer Telephony Integration Option 9.0 Developer's Guide

Page of 546
 
Chapter 13      SilentMonitorManager Object
Methods
13-16
Cisco ICM Software CTI OS Developer’s Guide Release 6.0(0)
Return Values
Default CTI OS return values. Se
StartSMMonitoringMode
The StartSMMonitoringMode method puts the SilentMonitorManager in 
Monitoring mode.
Syntax 
C++:
 int StartSMMonitoringMode (Arguments & reserved_args );
COM:  
HRESULT StartSMMonitoringMode ( /*[in]*/ IArguments * 
reserved_args, /*[out,retval]*/ int * errorcode );
VB:
 StartSMMonitoringMode (ByVal reserved_args as 
CTIOSCLIENTLIB.IArguments) As Long
Parameters
reserved_args
Not currently used, reserved for future use.
errorcode
An output parameter (return parameter in VB) that contains an error code 
from 
 in 
Return Values
Default CTI OS return values. Se
StopSilentMonitorMode
The StopSilentMonitorMode method sets the SilentMonitorManager mode to 
eSMModeNotSet. If a silent monitor session is active at the time, the session will 
be terminated.