CallFeatureServiceIsCallForwardingBusyNoAnswerEnabled Method |
Indicates if the call forwarding busy no answer feature is enabled
for the specified extension.
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic bool IsCallForwardingBusyNoAnswerEnabled(
string extension
)
Parameters
- extension
- Type: SystemString
The extension for which the call forwarding busy no answer feature status
needs to be retrieved.
Return Value
Type:
Boolean
Returns true if the call forwarding
busy-no-answer feature is enabled for the specified extension else
false.
See Also