Cisco Cisco Computer Telephony Integration Option 9.0 Developer's Guide

Page of 640
10-39
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions Release 7.0(0)
 
Chapter 10      Call Object
Methods
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 
Remarks
Calling this method causes the CTI Server to forward the request to one or more 
server applications that have registered the “Cisco:CallRecording” service as 
described in the Cisco ICM Software CTI Server Message Reference. It will fail if 
there is no recording server available to CTIServer.
The following events will be received  if this request is successful: 
  •
OnStartRecordingConf event
The following events will be received if this request fails: 
  •
OnControlFailureConf event
StopRecord
The StopRecord method is used to stop recording a call. 
Syntax
C++:
int StopRecord()
int StopRecord(Arguments & reserved_args);
COM:
HRESULT StopRecord (/*[in,optional]*/  IArguments *reserved_args, 
   (/*[out, retval]*/ int * errorcode )
VB:
StopRecord([reserved_args As IArguments]) As Long
Java:
int StopRecord(Arguments rArgs)
.NET:
CilError StopRecord(Arguments args)