Cisco Cisco Computer Telephony Integration Option 8.5 Developer's Guide

Page of 640
8-11
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions Release 7.0(0)
 
Chapter 8      Session Object
Methods
CreateSilentMonitorManager
The CreateSilentMonitorManager method creates a SilentMonitorManager object 
instance. To delete the object you must call DestroySilentMonitorManager.
Syntax
C++:
 CSilentMonitorManager * CreateSilentMonitorManager(Arguments & 
args);
COM:
 
HRESULT CreateSilentMonitorManager ( /*[in]*/ IArguments * args, 
/*[out,retval]*/ ISilentMonitorManager * * pISilentMonitor);
VB:
  CreateSilentMonitorManager (ByVal args as 
CTIOSCLIENTLIB.IArguments) As CTIOSCLIENTLIB.ISilentMonitorManager
Java:
 Not available.
.NET:
 Not available.
Parameters
args
Arguments array that contain the parameters listed bellow. When any of these 
parameters are specified the object is constructed with the corresponding 
property initialized to the specified value. If you want the object to be 
initialized with the default values specify an empty array. 
Keyword
Type
Description
HeartbeatInterval
INT
Heartbeat interval for the silent 
monitor session.
HeartbeatTimeout
INT
Timeout for no activity. 
MediaTerminationPort
INT
Required only if manager will be used 
in monitoring mode. TCP/IP port 
where monitored conversation will be 
sent for playback on system sound 
card.