Start recording of a call.
If the call recorder is configured on the server, calls can be recorded if the feature eCFEATURESTARTCALLRECORD is set on the call.
If executed successfully, the server will created a conference with the connected party and the call recorder.
If the caller or called party disconnects, the conference will be terminated and the server will dispatch the recording (wav or mp3 file) to the initiator of the recording.
ArgumentType: AsnCtiStartCallRecordingArgument
AsnCtiStartCallRecordingArgument is an Object
Name | Type | Optional | Comment |
---|---|---|---|
u8sConnectionID | string | Connection identifier of the call to record. | |
optionalParams | AsnOptionalParameters | yes |
ResultType: AsnCtiStartCallRecordingResult
AsnCtiStartCallRecordingResult is an Object
Name | Type | Optional | Comment |
---|---|---|---|
bSuccess | boolean | true/1 if the record starts successful, false/0 otherwise. | |
optionalParams | AsnOptionalParameters | yes |
ErrorType: AsnRequestError
AsnRequestError is an Object
Name | Type | Optional | Comment |
---|---|---|---|
iErrorDetail | number | A number representing the error | |
u8sErrorString | string | A string representing the error | |
optionalParams | AsnOptionalParameters | yes | No optional params yet |
Version 7