Click or drag to resize

CallFeatureServiceCancelExtendCall Method

Cancels a pending extension of the active call to the off-pbx destinations configured for the user's extension.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public void CancelExtendCall(
	CallFeatureServiceFeatureCompletionHandler completionHandler
)

Parameters

completionHandler
Type: Avaya.ClientServicesCallFeatureServiceFeatureCompletionHandler
A completion handler to call when the operation has completed may be null.
Remarks
An invocation of ExtendCall() is not considered successful until the call has been answered on one of the user's off-pbx destinations. Until this occurs CancelExtendCall() may be used to cancel the pending extension of the active call.
See Also