Click or drag to resize

CallFeatureServiceEnableAutoCallback Method (Boolean, String, CallFeatureServiceFeatureCompletionHandler)

Enables or disables automatic callback for the specified destination. Use this method only if AutoCallback destination is editable (IsDestinationExtensionEditable), otherwise use EnableAutoCallback(Boolean, CallFeatureServiceFeatureCompletionHandler) method.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public void EnableAutoCallback(
	bool enabled,
	string destination,
	CallFeatureServiceFeatureCompletionHandler completionHandler
)

Parameters

enabled
Type: SystemBoolean
If true automatic callback is enabled. If false automatic callback is disabled.
destination
Type: SystemString
The destination to enable or disable auto-callback for.
completionHandler
Type: Avaya.ClientServicesCallFeatureServiceFeatureCompletionHandler
A completion handler to call when the operation has completed may be null.
See Also