Cisco Cisco Computer Telephony Integration OS 8.5 Developer's Guide

Page of 640
13-5
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions Release 7.0(0)
 
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.