ActiveConnectionAnswer Method

this method allows to answer the call ringing on the specific device.

server will try to apply following actions:
if the device is supporting direct call control - it will be requested to perform answer operation
otherwise
the server will terminate current request to the device and make new one with request to autoanswer.
emulation is not reliable action and depends on how device is handling autoanswer request.

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
void Answer()

Remarks

active connection will be deleted in case if autoanswer emulation will be applied and new connection will appear on the device

Exceptions

OperationFailedcall manager has rejected request
PBXIsNotConnectedNo connection with call manager to perform action

See Also