Cisco Cisco Computer Telephony Integration Option 8.5 개발자 가이드

다운로드
페이지 640
6-63
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions Release 7.0(0)
 
Chapter 6      Event Interfaces and Events
ICallEvents Interface
Syntax
C++:
 void OnHoldCallConf (Arguments & args);
COM:
 HRESULT OnHoldCallConf ([in] IArguments * args);
VB:
 Session_ OnHoldCallConf (ByVal args as CTIOSCLIENTLIB.IArguments)
Parameters
args
Arguments array containing the following field.
OnMakePredictiveCallConf
Not supported.
OnReconnectCallConf
The OnReconnectCallConf event is fired to the client to indicate that a Reconnect 
request was received by the CTIServer.
Syntax
C++:
 void OnReconnectCallConf (Arguments & args);
COM:
HRESULT OnReconnectCallConf ([in] IArguments * args);
VB:
Session_ OnReconnectCallConf (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.