PresenceServiceIsSendAllCallsOnDoNotDisturbEnabled Property |
A Boolean value controlling a linkage between "Do not Disturb" presence state and "Send All Calls" call service feature at runtime.
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic bool IsSendAllCallsOnDoNotDisturbEnabled { get; set; }
Property Value
Type:
Boolean
Remarks
If this flag is set and the "Send All Calls" feature is available, the following behavior applies:
If the local user changes presence state to "Do Not Disturb", "Send All Calls" is automatically turned on.
If the presence state changes from "Do Not Disturb" to any other state, "Send All Calls" is turned off.
See Also