Cisco Cisco Computer Telephony Integration Option 9.0 Developer's Guide

Page of 546
 
8-11
Cisco ICM Software CTI OS Developer’s Guide Release 6.0(0)
 
Chapter 8      Session Object
Methods
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. 
Return Value
If successful it will return a pointer to a CSilentMonitorManager object. 
Otherwise, it will return a NULL. To identify the specific error, check the value 
of the LastError Session property (
).
Remarks
Supported for use with IPCC only.
CreateWaitObject (C++ and Java only)
The CreateWaitObject method creates and returns the pointer to a new 
CWaitObject with the specified event mask.
Syntax
C++:
CWaitObject * CreateWaitObject(Arguments & args);
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.