Cisco Cisco Computer Telephony Integration OS 8.5 Guia Do Programador

Página de 640
Chapter 9      Agent Object
Methods
9-52
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions Release 7.0(0)
Parameters
reserved_args
Not currently used, reserved for future use.
Java/.NET: 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 
Remarks
This request is specific to the Supervisor feature and should only be used on 
switches or configurations that have the necessary support (currently, Cisco IPCC 
only).
SuperviseCall
The SuperviseCall method allows the client, which must be a supervisor, to 
perform a supervisory action specified by the args parameter..
Syntax
C++:
int SuperviseCall(Arguments& args)
COM:
HRESULT SuperviseCall (/*[in]*/ IArguments * args, 
/*[out,retval]*/  int errorCode)
VB:
SuperviseCall (args As CTIOSCLIENTLib.IArguments ) As Long
Java:
int SuperviseCall(Arguments args)
.NET:
CilError SuperviseCall(Arguments args)