Click or drag to resize
CallFeatureServiceGetCallForwardingDestination Method
Retrieves the call forwarding destination for the specified extension.

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

Parameters

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

Return Value

Type: String
Returns the call forwarding destination for the specified extension.
See Also