Cisco Cisco Computer Telephony Integration Option 8.5 Developer's Guide

Page of 546
 
Chapter 13      SilentMonitorManager Object
Methods
13-10
Cisco ICM Software CTI OS Developer’s Guide Release 6.0(0)
GetSMSessionList
The GetSMSessionList method retrieves a list of all active SilentMonitor Sessions 
in an arguments array. If the number of elements returned is greater than 0, this 
indicates that the SilentMonitorManager currently is in an active Silent Monitor 
session.
Syntax
C++: 
Arguments * CIL_API GetSMSessionList(void)
COM:
 HRESULT GetSMSessionList([out,retval] IArguments **pIArguments );
VB: 
GetSMSessionList () as CTIOSCLIENTLIB.IArguments
Parameters
None.
Return Values
Arguments array that contains a list of all Silent Monitor sessions. The current 
version only allows one active session, so the main use for this function is to use 
the NumElements method on the returned arguments array to determine if the 
current SilentMonitorManager is in an active Silent Monitor session.
MonitoringIPAddress
STRING
TCP/IP Address of the system 
receiving audio.
MonitoringIPPort
INT
TCP/IP port on which receiving 
system is listening for audio.
Table 13-7 GetSessionInfo Return Arguments Array Parameters
Keyword
Type
Description