Click or drag to resize

CallFeatureServiceEnableEC500 Method (Boolean, String, CallFeatureServiceFeatureCompletionHandler)

Enables EC500 with the mobile phone number provided or disables EC500. Use this method only if EC500 destination is editable (IsDestinationExtensionEditable), otherwise use EnableEC500(Boolean, CallFeatureServiceFeatureCompletionHandler) method.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public 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