Click or drag to resize

CallFeatureServiceSetHuntGroupBusyPositionEnabled Method

Enables or Disables Hunt Group Busy Position feature for a specified hunt group number.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public void SetHuntGroupBusyPositionEnabled(
	bool enabled,
	int huntGroupNumber,
	CallFeatureServiceFeatureCompletionHandler completionHandler
)

Parameters

enabled
Type: SystemBoolean
If true hunt group busy position is enabled. If false hunt group busy position is disabled.
huntGroupNumber
Type: SystemInt32
The hunt group number for which feature is enabled or disabled.
completionHandler
Type: Avaya.ClientServicesCallFeatureServiceFeatureCompletionHandler
A completion handler to call when the operation has completed may be null.
Remarks
When enabled, user will not receive any calls targetted for that hunt group. In order to receive calls on the hunt group, feature needs to be disabled again.
See Also