CallControlAPIPickupCallbackAsync(DN, ActiveConnection) Method

Redirects replaces ringing replace_connection with the callback to the sendto device

Definition

Namespace: TCX.PBXAPI
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
public static Task<CallControlResult> PickupCallbackAsync(
	this DN sendto,
	ActiveConnection replace_connection
)

Parameters

sendto  DN
the device where to redirect the call
replace_connection  ActiveConnection

Return Value

TaskCallControlResult

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type DN. 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