Click or drag to resize

CallFeatureServiceDirectedCallPickup Method

Picks up a call ringing at the specified extension.

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

Parameters

extension
Type: SystemString
The extension to pick up the call from.
completionHandler
Type: Avaya.ClientServicesCallFeatureServiceFeatureCompletionHandler
A completion handler to call when the operation has completed may be null.
See Also