CallControlAPIMakeCallAsync(RegistrarRecord, String) Method

initiates call from the specific device.
CallManager implements this request using uacsta request normal call flow or using emulation where the source of the call will be "called by callmanager". In either case the call is observed as normal call initiated by the device.

Definition

Namespace: TCX.PBXAPI
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
public static Task<CallControlResult> MakeCallAsync(
	this RegistrarRecord device,
	string destination_number
)

Parameters

device  RegistrarRecord
registrar record which specifies the device
destination_number  String
the destination number which should be diled by specific device

Return Value

TaskCallControlResult

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type RegistrarRecord. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

See Also