Click or drag to resize
CallFeatureServiceEnableCallForwarding Method (String, Boolean, String, CallFeatureServiceFeatureCompletionHandler)
Enables or disables forwarding of all calls to the specified destination for another extension.

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

Parameters

extension
Type: SystemString
The extension to enable or disable forwarding for.
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