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.
Namespace: TCX.PBXAPIAssembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
public static Task<CallControlResult> MakeCallAsync(
string source_number,
string destination_number
)
- 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
TaskCallControlResult