Click or drag to resize
CallFeatureServiceInvokeSendNNCall Method
Initiates/places a call to the remote address with send-nn. The call will be placed with the specified extension as the caller's number. Use this method only if FeatureMode is transient, otherwise use the SetSendNNEnabled(Boolean, String, CallFeatureServiceFeatureCompletionHandler) method.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public void InvokeSendNNCall(
	string extension,
	string remoteAddress,
	CallFeatureServiceFeatureCompletionHandler completionHandler
)

Parameters

extension
Type: SystemString
The number for which the call should be placed.
remoteAddress
Type: SystemString
The destination that the call should be addressed to.
completionHandler
Type: Avaya.ClientServicesCallFeatureServiceFeatureCompletionHandler
A completion handler to call when the operation has completed. This parameter may be null.
See Also