CallFeatureServiceBlockCallingPartyNumber Method |
Starts a call to the specified destination with the user's calling
party number information blocked if the call is made over a trunk.
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic void BlockCallingPartyNumber(
string destination,
CallFeatureServiceFeatureCompletionHandler completionHandler
)
Parameters
- destination
- Type: SystemString
The destination to call.
- completionHandler
- Type: Avaya.ClientServicesCallFeatureServiceFeatureCompletionHandler
A completion handler to call when the operation has completed may be null.
See Also