Click or drag to resize

CallFeatureServiceExtendCall Method

Extends the active call to the off-pbx destinations configured for the user's extension, namely EC500.

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