Accept a call on a line.
If a call is in state OFFERING (see EnumCallState, incoming call ringing) the call can be accepted with this operation.
ArgumentType: AsnCtiAnswerCallArgument
AsnCtiAnswerCallArgument is an Object
Name | Type | Optional | Comment |
---|---|---|---|
u8sConnectionID | string | Call identifier of the call to accept. | |
optionalParams | AsnOptionalParameters | yes |
ResultType: AsnCtiAnswerCallResult
AsnCtiAnswerCallResult is an Object
Name | Type | Optional | Comment |
---|---|---|---|
bSuccess | boolean | true/1 if the call was accepted, 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