Cisco Cisco Computer Telephony Integration Option 9.0 开发者指南

下载
页码 668
 
6-61
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions Release 7.1(1)
 
Chapter 6      Event Interfaces and Events
ICallEvents Interface
Syntax
C++:
 
void OnCallStopRecordingConf (Arguments & args);
COM:
HRESULT OnCallStopRecordingConf ([in] IArguments * args);
VB:
Session_ OnCallStopRecordingConf (ByVal args as 
CTIOSCLIENTLIB.IArguments)
Parameters
args
Arguments array containing the following field.
OnCallTransferred
The transfer of a call to another destination may generate an OnCallTransferred 
event. With this event the two connections at the controller’s device end and the 
status of the connections at the original caller’s device and the consulted device 
are unchanged.
Syntax
C++:
void OnCallTransferred(Arguments& args)
COM:
void OnCallTransferred (IArguments * args)
VB:
session_OnCallTransferred (ByVal args As 
CtiosCLIENTLib.IArguments)
Parameters
args
Arguments array containing the following fields.
Keyword
Type
Description
UniqueObjectID
STRING
An object ID that uniquely identifies 
the call object.