CallControlAPIServiceCallAsync(RegistrarRecord, RPCParameters) Method

Call to System Extension API
Some system extensions may expose own API which allow to control specific aspects of the calls.
For example:
RoutePoint extension esposes media control API.
Conference server exposes conference control API

Definition

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

Parameters

device  RegistrarRecord
system endpoint
parameters  RPCParameters
Service RPC parameters

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