Click or drag to resize

CallFeatureServiceSetEnhancedCallForwardingStatus Method (EnhancedCallForwardingStatus, CallFeatureServiceFeatureCompletionHandler)

Sets the Enhanced Call Forwarding status for the user's local extension.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public void SetEnhancedCallForwardingStatus(
	EnhancedCallForwardingStatus callForwardingStatus,
	CallFeatureServiceFeatureCompletionHandler completionHandler
)

Parameters

callForwardingStatus
Type: Avaya.ClientServicesEnhancedCallForwardingStatus
The new enhanced call forwarding status, specifying the busy, no reply, and unconditional call forwarding settings. For IP Office, the same destination number should be provided for call forward busy and no reply.
completionHandler
Type: Avaya.ClientServicesCallFeatureServiceFeatureCompletionHandler
See Also