Click or drag to resize
CallFeatureServiceEnableCallForwardingBusyNoAnswer Method (Boolean, String, CallFeatureServiceFeatureCompletionHandler)
Enables or disables forwarding of calls that receive a busy signal or are not answered to the specified destination.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public void EnableCallForwardingBusyNoAnswer(
	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