| CallFeatureServiceUnparkCall Method (String, CallFeatureServiceFeatureCompletionHandler) |
Unparks a call previously parked at the specified extension.
Namespace: Avaya.ClientServicesAssembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntaxpublic void UnparkCall(
string extension,
CallFeatureServiceFeatureCompletionHandler completionHandler
)
Parameters
- extension
- Type: SystemString
The extension from which to retrieve the parked call.
- completionHandler
- Type: Avaya.ClientServicesCallFeatureServiceFeatureCompletionHandler
A completion handler to call when the operation has completed may be null.
See Also