Click or drag to resize

CallFeatureServiceEnableCallForwarding Method (Boolean, String, CallFeatureServiceFeatureCompletionHandler)

Enables or disables forwarding of all calls to the specified destination.

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

Parameters

enabled
Type: SystemBoolean
If true forwarding is enabled. If false forwarding is disabled.
destination
Type: SystemString
The destination number to forward calls to.
completionHandler
Type: Avaya.ClientServicesCallFeatureServiceFeatureCompletionHandler
A completion handler to call when the operation has completed may be null.
See Also