Cisco Cisco Computer Telephony Integration Option 8.5 Developer's Guide

Page of 500
   
13-4
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions
Cisco CTI OS Release 7.2(1)
Chapter 13      SilentMonitorManager Object
Methods
Syntax 
C++:
 int AcceptSilentMonitoring(Arguments & args );
COM:
  
HRESULT AcceptSilentMonitoring ( /*[in]*/ IArguments * args, /*[out,retval]*/ int * 
errorcode );
VB:
 AcceptSilentMonitoring (ByVal args as CTIOSCLIENTLIB.IArguments) As Long
Parameters
args
Arguments array that contains the parameters listed in 
:
Table 13-4
AcceptSilentMonitoring Arguments Array Parameters 
Keyword
Type
Description
MonitoredUniqueObject
ID
STRING
Unique Object ID of the object being 
monitored.
MonitoringIPAddress
STRING
TCP/IP address of the monitoring 
application.
MonitoringIPPort
INT
TCP/IP port of the monitoring 
application.
SMSessionKey
UNSIGNED 
SHORT
Unique identifier for the Silent 
Monitor Session.
HeartbeatInterval
INT
Heartbeat interval for the silent 
monitor session.
HeartbeatTimeout
INT
Timeout for no activity. 
OriginatingServerID
STRING
TCP/IP Address:Port of the CTIOS 
server from which the request 
originated.
OriginatingClientID
STRING
Client Identification of the monitoring 
application.
DoDefaultMessage 
Handling
BOOLEAN
When this parameter is set to True, it 
instructs the SilentMonitorManager to 
immediately start sending audio and 
establish the silent monitor session. If 
this value is set to False, it instructs 
the SilentMonitorManager to not send 
voice and not to establish the silent 
monitor session. It is then the 
responsibility of the subscriber to 
report this status accordingly. 
errorcode
An output parameter (return parameter in VB) that contains an error code from 
 in