| CallFeatureServiceDirectedCallPickup Method |
Picks up a call ringing at the specified extension.
Namespace: Avaya.ClientServicesAssembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntaxpublic 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