Click or drag to resize

CallFeatureServiceSetSendNNEnabled Method

Enables or disables send-nn for the specified extension. Calls will be placed with the specified extension as the caller's number. Use this method only if FeatureMode is permanent, otherwise use the InvokeSendNNCall(String, String, CallFeatureServiceFeatureCompletionHandler) method.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public void SetSendNNEnabled(
	bool enabled,
	string extension,
	CallFeatureServiceFeatureCompletionHandler completionHandler
)

Parameters

enabled
Type: SystemBoolean
If true send-nn is enabled. If false send-nn is disabled.
extension
Type: SystemString
The extension for which send-nn is enabled/disabled for.
completionHandler
Type: Avaya.ClientServicesCallFeatureServiceFeatureCompletionHandler
A completion handler to call when the operation has completed. This parameter may be null.
See Also