Cisco Cisco Computer Telephony Integration Option 9.0 Developer's Guide

Page of 668
 
Chapter 13      SilentMonitorManager Object
Methods
13-18
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions Release 7.1(1) 
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.
Syntax 
C++:
 int StopSilentMonitorMode (Arguments & reserved_args );
COM:
  
HRESULT StopSilentMonitorMode ( /*[in]*/ IArguments * 
reserved_args, /*[out,retval]*/ int * errorcode );
VB:
 StopSilentMonitorMode (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. See 
StopSilentMonitorRequest
The StopSilentMonitorRequest method stops the Active silent monitor session.
Syntax 
C++:
 int StopSilentMonitorRequest (Arguments & args);
COM:
  
HRESULT StartSilentMonitorRequest ( /*[in]*/ IArguments * args, 
/*[out,retval]*/ int * errorcode );
VB:
 
StopSilentMonitorRequest (ByVal args as 
CTIOSCLIENTLIB.IArguments) As Long