Cisco Cisco Computer Telephony Integration Option 9.0 Developer's Guide

Page of 508
   
13-5
CTI OS Developer’s Guide for Cisco Unified ICM/Contact Center Enterprise & Hosted
Release 8.0(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 
GetIPPhoneInfo
The GetIPPhoneInfo method gets the information about the client application IP Phone. 
Note
This method is not necesary to use and defaults to figuring out the information to sniff packets from. 
Syntax 
C++:
 Arguments *  GetIPPhoneInfo(void);
COM:
  
HRESULT GetIPPhoneInfo ( /*[out,retval]*/ IArguments ** IPPhoneInfo);
VB:
 GetIPPhoneInfo () as CTIOSCLIENTLIB.IArguments
Parameters
None.
Return Value
This method returns an arguments array that contain the parameters listed in 
.
OriginatingServerID
STRING
TCP/IP Address:Port of the CTI OS 
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. 
Table 13-4
AcceptSilentMonitoring Arguments Array Parameters (continued)
Keyword
Type
Description