Cisco Cisco Computer Telephony Integration OS 8.5 Developer's Guide

Page of 506
   
6-44
CTI OS Developer’s Guide for Cisco Unified Contact Center Enterprise
Release 8.5(1)
Chapter 6      Event Interfaces and Events
ICallEvents Interface
OnCallStopRecordingConf
The OnCallStopRecordingConf event is fired to the client to indicate that a StopRecord request was 
received by the CTIServer.
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.
Table 6-38
OnCallStopRecordingConf Parameters
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.
Table 6-39
OnCallTransferred Parameters
Keyword
Type
Description
UniqueObjectID
STRING
An object ID that uniquely identifies the call object.
Keyword
Type
Description
UniqueObjectID
STRING
An object ID that uniquely identifies the call object.