Cisco Cisco Computer Telephony Integration Option 9.0 Developer's Guide

Page of 546
 
6-19
Cisco ICM Software CTI OS Developer’s Guide Release 6.0(0)
 
Chapter 6      Event Interfaces and Events
ICallEvents Interface
ICallEvents Interface
The Call object fires events on the ICallEvents interface. The following events are 
published to subscribers of the ICallEvents interface.
Note
Many of the parameters that CTI OS receives from the CTI Server are 
inconsequential to most customer applications. The most important 
parameters for doing a screenpop are included with the events described in this 
section. The more inconsequential parameters are suppressed at the CTI OS 
Server, to minimize network traffic to the clients. However, you can enable the 
complete set of available event arguments by setting the following registry 
setting: 
[HKLM\Cisco Systems\CTIOS\Server\CallObject\MinimizeEventArgs = 0].
OnAlternateCallConf
The OnAlternateCallConf event is fired to the client to indicate that an Alternate 
request was received by the CTI Server 
Syntax
C++:
void OnAlternateCallConf (Arguments & args); 
COM:
 HRESULT OnAlternateCallConf ([in] IArguments * args);
VB:
Session_ OnAlternateCallConf (ByVal args as 
CTIOSCLIENTLIB.IArguments)
Parameters
args
Arguments array containing the following field.
Keyword
Type
Description
UniqueObjectID
STRING
An object ID that uniquely identifies 
the call object.