CallFeatureServiceSetEnhancedCallForwardingStatus Method (String, EnhancedCallForwardingStatus, CallFeatureServiceFeatureCompletionHandler) |
Sets the Enhanced Call Forwarding status for another extension.
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic void SetEnhancedCallForwardingStatus(
string extension,
EnhancedCallForwardingStatus callForwardingStatus,
CallFeatureServiceFeatureCompletionHandler completionHandler
)
Parameters
- extension
- Type: SystemString
The extension to configure Enhanced Call Forwarding for.
- 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