3CX Configuration and Call Control API v4.0.0.0 (v20)
C#
Show/Hide TOC
Active
Connection
Divert(Registrar
Record) Method
PickupCall(RegistrarRecord, ActiveConnection)
. Reroute the incoming call to specifc device
Definition
Namespace:
TCX.Configuration
Assembly:
3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
Copy
void
Divert
(
RegistrarRecord
the_device
)
Parameters
the_device
RegistrarRecord
replaces ringing call with the new connection made to specifc device
Remarks
see remarks section of
PickupCall(RegistrarRecord, ActiveConnection)
Exceptions
OperationFailed
call manager has rejected request
PBXIsNotConnected
No connection with call manager to perform action
See Also
Reference
ActiveConnection Interface
Divert Overload
TCX.Configuration Namespace
In This Article
Definition
Remarks
Exceptions
See Also