PhoneSystemPickupCall(String, String) Method

request to pickup ringing call.

Definition

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

Parameters

dn  String
Specifies the new destination for the ringing call (Number)
dnFrom  String
Specifies the current location of ringing call (Number)

Implements

IPhoneSystemPickupCall(String, String)

Remarks

In case if there are more then one call on dnFrom, PBX will redirect oldest ringing call on entity specified by dnFrom.

In some very specific call scenarious it may be useful to specify dnFrom as Number of ExternalLine In that case initiator of outbound call (through external line) will be connected to local entity

See Also