Click or drag to resize
CallFeatureServiceUnblockCallingPartyNumber Method
Starts a call to the specified destination with the user's calling party number information unblocked if it would normally be blocked.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public void UnblockCallingPartyNumber(
	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