Click or drag to resize
CallFeatureServiceGetEnhancedCallForwardingStatus Method
Retrieves the enhance call forwarding status for the specified extension.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public EnhancedCallForwardingStatus GetEnhancedCallForwardingStatus(
	string extension
)

Parameters

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

Return Value

Type: EnhancedCallForwardingStatus
Returns the enhanced call forwarding status for the specified extension.
See Also