Cisco Cisco Computer Telephony Integration Option 8.5 Developer's Guide

Page of 500
   
10-21
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions
Cisco CTI OS Release 7.2(1)
Chapter 10      Call Object
Methods
  •
OnCallConnectionCleared event
  •
OnCallCleared event
  •
OnCallEnd event
For the originally held call:
  •
OnCallRetrieved event
The following events will be received by the call making the Alternate request if this request fails: 
  •
OnControlFailureConf event
Retrieve
The Retrieve method unholds a held call.
Syntax
C++
int Retrieve()
int Retrieve(Arguments & reserved_args)
COM:
HRESULT Retrieve (/*[in,optional]*/  IArguments *reserved_args,    (/*[out, 
retval]*/ int * errorcode )
VB:
Retrieve([reserved_args As IArguments]) As Long
Java:
int Retrieve(Arguments rArgs)
.NET:
CilError Retrieve(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 Values
Default CTI OS return values. See 
Remarks
The Retrieve request must be made via a call whose call status is LCS_HELD or it will fail.
The following events will be received  if this request is successful: 
  •
OnRetrieveCallConf event
  •
OnCallRetrieved event
The following events will be received  if this request fails: 
  •
OnControlFailureConf event