mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-21 20:56:39 +00:00
Make invalid hints report Unavailable instead of Idle.
(closes issue #14413) Reported by: pj git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@203702 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -253,6 +253,7 @@ enum ast_device_state ast_devstate_aggregate_result(struct ast_devstate_aggregat
|
||||
* This struct is only here so that it can be easily declared on the stack.
|
||||
*/
|
||||
struct ast_devstate_aggregate {
|
||||
unsigned int all_unknown:1;
|
||||
unsigned int all_unavail:1;
|
||||
unsigned int all_busy:1;
|
||||
unsigned int all_free:1;
|
||||
|
Reference in New Issue
Block a user