PhoneSystemPickupCall(String, ActiveConnection) Method

replace specified ActiveConnection with the new connection made to specified extension.
effectively, it is reroute request to the specified extension. All extension devices will be called

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
public void PickupCall(
	string dn,
	ActiveConnection toTake
)

Parameters

dn  String
the connection which should be replaced by a connection with this extension
toTake  ActiveConnection
specifies participant of other call which should be replaced by the extension dn

Implements

IPhoneSystemPickupCall(String, ActiveConnection)

Exceptions

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

See Also