Cisco Cisco Computer Telephony Integration OS 8.5 Developer's Guide

Page of 640
Chapter 6      Event Interfaces and Events
ICallEvents Interface
6-26
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions Release 7.0(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.
OnAnswerCallConf
The OnAnswerCallConf event is fired to the client to indicate that an Answer 
request was received by the CTI Server.
Syntax
C++:
 void OnAnswerCallConf (Arguments & args);
COM:
HRESULT OnAnswerCallConf ([in] IArguments * args);
VB:
 Session_ OnAnswerCallConf (ByVal args as CTIOSCLIENTLIB.IArguments)
Parameters
args
Keyword
Type
Description
UniqueObjectID
STRING
An object ID that uniquely identifies 
the call object.