Click or drag to resize

CallFeatureServiceIsCallForwardingEnabled Method

Indicates if the call forwarding feature is enabled for the specified extension.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public bool IsCallForwardingEnabled(
	string extension
)

Parameters

extension
Type: SystemString
The extension for which the call forwarding status needs to be retrieved.

Return Value

Type: Boolean
Returns true if the call forwarding feature is enabled for the specified extension otherwise false.
See Also