CallFeatureServiceEnableEC500 Method (Boolean, String, CallFeatureServiceFeatureCompletionHandler) |
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic void EnableEC500(
bool enabled,
string ec500Destination,
CallFeatureServiceFeatureCompletionHandler completionHandler
)
Parameters
- enabled
- Type: SystemBoolean
If true EC500 is enabled. If false EC500 is disabled.
- ec500Destination
- Type: SystemString
A mobile phone number.
The destination can be any external number the user is able to dial normally.
It should include any prefix if necessary.The number is not relevant if enabled = false.
- completionHandler
- Type: Avaya.ClientServicesCallFeatureServiceFeatureCompletionHandler
A completion handler to call when the operation has completed may be null.
See Also