CallControlAPIReplaceWithInitOnlyAsync(ActiveConnection, String, DN, CallControlAPIDivertReason) Method
Special version when the caller needs to initiate transfer without waiting for result
Namespace: TCX.PBXAPIAssembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
public static Task<CallControlResult> ReplaceWithInitOnlyAsync(
this ActiveConnection ac,
string number,
DN onBehalf = null,
CallControlAPIDivertReason divertreason = CallControlAPIDivertReason.None
)
- ac ActiveConnection
- number String
- destination number
- onBehalf DN (Optional)
- route will be performed on behalf of this DN
- divertreason CallControlAPIDivertReason (Optional)
- not the None if tranfer should inherit diversion path from the parent
TaskCallControlResultIn Visual Basic and C#, you can call this method as an instance method on any object of type
ActiveConnection. 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).