| 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.ClientServicesAssembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.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