CallControlAPIMakeCallAsync(String, String) Method

This is legacy method of call initiation which is implemented using MakeCall helper system extention. in V20, call can be initiated only from local source (system extension or user extension) Calling "from" external numbers are not supported.

Definition

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

Parameters

source_number  String
Should specify local system/user extension number
destination_number  String
the destination number to the call needs to be delivered when source_number will answer

Return Value

TaskCallControlResult

See Also