Drop a call identified by its connection identifier.
A call can be dropped by its connection identifier if it is necessary to identify the exact call, e.g. in a conference or one of the held calls on a line.
If you just want to drop the active call on a line you can call asnCtiLineDropCall instead.
ArgumentType: AsnCtiDropCallArgument
AsnCtiDropCallArgument is an Object
Name | Type | Optional | Comment |
---|---|---|---|
u8sConnectionID | string | The connection identifier of the call to drop. | |
optionalParams | AsnOptionalParameters | yes |
ResultType: AsnCtiDropCallResult
AsnCtiDropCallResult is an Object
Name | Type | Optional | Comment |
---|---|---|---|
bSuccess | boolean | true/1 if the call was dropped, 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 6.4