Cisco Cisco Computer Telephony Integration Option 8.5 Developer's Guide

Page of 546
 
6-85
Cisco ICM Software CTI OS Developer’s Guide Release 6.0(0)
 
Chapter 6      Event Interfaces and Events
IAgentEvents Interface
OnMakeCallConf
The OnMakeCallConf event confirms the successful completion of the MakeCall 
request. It conveys the information detailed in the table under Parameters.
Syntax
C++:
 int OnMakeCallConf (Arguments & args);
COM:
 HRESULT OnMakeCallConf ([in] IArguments * args);
VB:
 Session_ OnMakeCallConf (ByVal args as CTIOSCLIENTLIB.IArguments)
Parameters
args
Arguments array containing the following fields.
OnPostLogout
The OnPostLogout event is generated after the agent has logged out.
Keyword
Description
Type
NewConnectionCallID
The Call ID value assigned to the 
call by the peripheral or the ICM.
INT
NewConnectionDevice 
IDType
Indicates the type of the connection 
identifier supplied in the New 
ConnectionDeviceID floating field.
SHORT
LineHandle
This field identifies the teleset line 
used, if known. Otherwise this field 
is set to 0xffff.
SHORT
LineType
Indicates the type of the teleset line 
given in the LineHandle field.
SHORT
NewConnectionDeviceID 
(required)
The identifier of the connection 
between the call and the device.
STRING