CallFeatureServiceEnableCallForwarding Method (String, Boolean, String, CallFeatureServiceFeatureCompletionHandler) |
Enables or disables forwarding of all calls to the specified
destination for another extension.
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic void EnableCallForwarding(
string extension,
bool enabled,
string destination,
CallFeatureServiceFeatureCompletionHandler completionHandler
)
Parameters
- extension
- Type: SystemString
The extension to enable or disable forwarding for.
- 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