Cisco Cisco Computer Telephony Integration OS 8.5 开发者指南

下载
页码 640
6-83
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions Release 7.0(0)
 
Chapter 6      Event Interfaces and Events
IAgentEvents Interface
Remarks
Supported for use with IPCC only.
OnLogoutFailed
The OnLogoutFailed ia always generated before (or along with) an 
OnControlFailureConf event and is identical to it but is generated only when a 
Logout request fails.
Syntax
C++:
void OnLogoutFailed (Arguments& args)
COM:
void OnLogoutFailed (IArguments * args)
VB:
session_OnLogoutFailed (ByVal args As CtiosCLIENTLib.IArguments)
Parameters
args
Arguments array containing the following fields.
OnMakeCallConf
The OnMakeCallConf event confirms the successful completion of the MakeCall 
request. It conveys the information detailed in the table under Parameters.
Keyword
Type
Description
InvokeID
INT
InvokeID of the request that failed
FailureCode
SHORT
A value specifying the reason that the 
request failed. See 
 for a list of 
the Control Failure Codes.
Peripheral 
ErrorCode
INT
Peripheral-specific error data, if available. 
Zero otherwise.