Cisco Cisco Computer Telephony Integration Option 8.5 Developer's Guide

Page of 668
 
10-17
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions Release 7.1(1)
 
Chapter 10      Call Object
Methods
The following events will be received if this request is successful: 
  •
OnConferenceCallConf event
  •
OnCallConferenced event
The following events will be received  if this request fails: 
  •
OnControlFailureConf event
GetCallContext
The GetCallContext method returns an Arguments array containing the values for 
call properties other than CallVariables and ECC Variables, such as ANI, DNIS, 
and the other properties listed in 
Syntax
C++:
int GetCallContext(Arguments& args)
COM:
HRESULT GetCallContext (/*[out,retval]*/ IArguments ** args)
VB:
GetCallContext (CTIOSCLIENTLib.IArguments args)
Java:
Arguments GetCallContext()
.NET:
Arguments GetCallContext()
Parameters
args
C++, COM, and VB: An output parameter containing a reference or a 
pointer to an Arguments array containing any of the members in 
that are present in the call.
Return Value
C++, COM, and VB: Default HRESULT return values. See