Cisco Cisco Computer Telephony Integration Option 9.0 Developer's Guide

Page of 668
 
Chapter 6      Event Interfaces and Events
ICallEvents Interface
6-74
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions Release 7.1(1) 
OnTransferCallConf
The OnTransferCallConf event is fired to the client to indicate that a TransferCall 
or SingleStepTransferCall request was received by the CTIServer.
Syntax
C++:
 void OnTransferCallConf (Arguments & args);
COM:
 HRESULT OnTransferCallConf ([in] IArguments * args);
VB:
Session_ OnTransferCallConf (ByVal args as 
CTIOSCLIENTLIB.IArguments)
Parameters
args
Arguments array containing the following field.
CallConnectionDevice
ID (optional)
STRING
The identifier of the call connection. 
This field always immediately 
follows the corresponding 
CallConnectionDeviceIDType field.
CallDeviceConnection 
State
SHORT
The active state of the call. TThis 
field always immediately follows the 
corresponding CallConnection 
DeviceID field.
CallDeviceType
SHORT
Indicates the type of the device 
identifier supplied in the 
CallDeviceID field.
Keyword
Type
Description
Keyword
Type
Description
UniqueObjectID
STRING
An object ID that uniquely identifies 
the call object.