PhoneSystemJoinCalls Method

Last step of Attended transfer.
Device should have two connected calls. PBX leave only one call (pointed by ToReplace) where device connection is replaced with the party of other call (pointed by PartyOf) The call referenced by PartyOf will be terminated. ToReplace will be terminated as well and new ActiveConnection will be added to the call for the moved party.

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
public void JoinCalls(
	string dn,
	string deviceContact,
	ActiveConnection PartyOf,
	ActiveConnection ToReplace
)

Parameters

dn  String
DN of the device
deviceContact  String
Device contact
PartyOf  ActiveConnection
party of this ActiveConnection will replace ToReplace
ToReplace  ActiveConnection
this ActiveConnection will be replaced with PartyOf

Implements

IPhoneSystemJoinCalls(String, String, ActiveConnection, ActiveConnection)

See Also