CallFeatureServiceEnableSendAllCalls Method (String, Boolean, CallFeatureServiceFeatureCompletionHandler) |
Enables or disables sending all calls to coverage for another
extension.
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic void EnableSendAllCalls(
string extension,
bool enabled,
CallFeatureServiceFeatureCompletionHandler completionHandler
)
Parameters
- extension
- Type: SystemString
The extension to enable or disable send all calls for.
- enabled
- Type: SystemBoolean
If true send all calls is enabled. If false send all calls is
disabled.
- completionHandler
- Type: Avaya.ClientServicesCallFeatureServiceFeatureCompletionHandler
A completion handler to call when the operation has completed may be null.
See Also