Cisco Cisco Computer Telephony Integration Option 9.0 Developer's Guide

Page of 500
   
13-12
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions
Cisco CTI OS Release 7.2(1)
Chapter 13      SilentMonitorManager Object
Methods
errorcode
An output parameter (return parameter in VB) that contains an error code from 
 in 
Return Values
Default CTI OS return values. See 
StartSMMonitoringMode
The StartSMMonitoringMode method puts the SilentMonitorManager in Monitoring mode.
Syntax 
C++:
 int StartSMMonitoringMode (Arguments & args );
COM:
  
HRESULT StartSMMonitoringMode ( /*[in]*/ IArguments * args, /*[out,retval]*/ int * 
errorcode );
VB:
 
StartSMMonitoringMode (ByVal args as CTIOSCLIENTLIB.IArguments) As Long
Parameters
Table 13-12
StartSMMonitoringMode Arguments Array Parameters
Keyword
Type
Description
SMSAddr
STRING
A string that contains the address of the silent 
monitor service used to decode and play back 
the agent’s phone call.
SMSListenport
INT
The port on which the silent monitor services 
listen for connections.
SMSTOS
INT
The QoS setting for the connection.
SMSHeartbeats
INT
The interval in milliseconds between heartbeat 
packets.
SMSRetries
INT
The number of heartbeats that can be missed 
before the connection is aborted.
errorcode
An output parameter (return parameter in VB) that contains an error code from 
 in 
SMSHeartbeats
INT
The interval in milliseconds between 
heartbeat packets.
SMSRetries
INT
The number of heartbeats that can be 
missed before the connection is 
aborted.
Table 13-11
StartSMMonitoredMode Arguments Array Parameters