CallFeatureServiceParkCallToSlot Method |
Parks the active call to a park slot.
A parked call may later be unparked from another extension using the park slot.
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic void ParkCallToSlot(
string parkSlot,
CallFeatureServiceFeatureCompletionHandler completionHandler
)
Parameters
- parkSlot
- Type: SystemString
A park slot where the call should be parked.
The minimum length of the park slot is 1, and the maximum length is 9. Characters in this field would normally be 0-9, ‘#’ ‘*’.
- completionHandler
- Type: Avaya.ClientServicesCallFeatureServiceFeatureCompletionHandler
A completion handler to call when the operation has completed. This parameter may be null.
See Also