Cisco Cisco Computer Telephony Integration Option 9.0 Developer's Guide

Page of 640
Chapter 10      Call Object
Methods
10-14
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions Release 7.0(0)
  •
OnCallCleared event
The following events will be received  if this request fails: 
  •
OnControlFailureConf event
Note
The Clear method is not supported on IPCC. Use of the Clear method with IPCC 
will result in loss of third-party call control. To avoid this error, applications 
should use the ClearConnection method instead of Clear to hang up a call.
ClearConnection
The ClearConnection method clears a single connection from a call. If there are 
only two parties to the call, this effectively clears the call, however for a 
multi-party conference call, only the one connection is dropped.
Syntax
C++:
int ClearConnection()
int ClearConnection(Arguments & reserved_args);
COM:
HRESULT ClearConnection (/*[in,optional]*/  IArguments 
*reserved_args,    (/*[out, retval]*/ int * errorcode)
VB:
ClearConnection([reserved_args As IArguments]) As Long
Java:
int ClearConnection(Arguments rArgs);
.NET:
CilError ClearConnection(Arguments args);
Parameters
reserved_args
Not currently used, reserved for future use.
errorcode
An output parameter (return parameter in VB) that contains an error code 
from 
 in 
Return Value
Default CTI OS return values. See