Cisco Cisco Computer Telephony Integration Option 9.0 Developer's Guide

Page of 500
   
6-40
CTI OS Developer’s Guide for Cisco Unified ICM/Contact Center Enterprise & Hosted
Release 7.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.
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.
Keyword
Type
Description
PeripheralID
INT
The ICM PeripheralID of the ACD where the call activity 
occurred.
PeripheralType
SHORT
The type of the peripheral. 
CallType
SHORT
The general classification of the call type.
UniqueObjectID
STRING
An object ID that uniquely identifies the call object.
RouterCallKeyDay
INT
Together with the RouterCallKeyCallID field forms the 
unique 64-bit key for locating this call’s records in the 
ICM database. Only provided for Post-routed and 
Translation-routed calls.