Cisco Cisco Computer Telephony Integration Option 8.5 Developer's Guide

Page of 500
   
13-5
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions
Cisco CTI OS Release 7.2(1)
Chapter 13      SilentMonitorManager Object
Methods
Return Values
Default CTI OS return values. See 
GetIPPhoneInfo
The GetIPPhoneInfo method gets the information about the client application IP Phone.
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 
.
Table 13-5
GetIPPhoneInfo Return Arguments Array 
Keyword
Type
Description
ClientAddress
STRING
IP Address of the IP Phone to be used by the 
client application. 
BitRate
INT
Audio transmission bit rate
PacketSize
INT
Number of milliseconds of audio stored in a 
packet.
Direction
SHORT
One of the following values that indicates 
the direction of voice flow between the 
calling party and the called party: 
0: Input
1: Output
2: Bidirectional
RTPTypea
SHORT
One of the following values that indicates 
the type of RTP messages between the 
calling party and the called party:
0: audio
1: video
2: data