Cisco Cisco Computer Telephony Integration Option 9.0 Developer's Guide

Page of 668
 
13-17
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions Release 7.1(1)
 
Chapter 13      SilentMonitorManager Object
Methods
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
errorcode
An output parameter (return parameter in VB) that contains an error code 
from 
 in 
Return Values
Default CTI OS return values. See 
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.