summaryrefslogtreecommitdiff
path: root/include/asterisk/devicestate.h
diff options
context:
space:
mode:
authorDavid Vossel <dvossel@digium.com>2009-06-05 21:21:22 +0000
committerDavid Vossel <dvossel@digium.com>2009-06-05 21:21:22 +0000
commitd1d9beadc93090858bf4d0d3a50716655d136809 (patch)
treeb683675398f366b098ae416acd730d1cd206dd59 /include/asterisk/devicestate.h
parentd068c2f5e6ead626883f301c3187d03a93970fa4 (diff)
Merged revisions 199297 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r199297 | dvossel | 2009-06-05 16:19:56 -0500 (Fri, 05 Jun 2009) | 14 lines Fixes issue with hints giving unexpected results. Hints with two or more devices that include ONHOLD gave unexpected results. (closes issue #15057) Reported by: p_lindheimer Patches: onhold_trunk.diff uploaded by dvossel (license 671) pbx.c.1.4.patch uploaded by p (license 558) devicestate.c.trunk.patch uploaded by p (license 671) Tested by: p_lindheimer, dvossel Review: https://reviewboard.asterisk.org/r/254/ ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@199298 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/devicestate.h')
-rw-r--r--include/asterisk/devicestate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/devicestate.h b/include/asterisk/devicestate.h
index e4634a797..4034d9dca 100644
--- a/include/asterisk/devicestate.h
+++ b/include/asterisk/devicestate.h
@@ -256,7 +256,7 @@ struct ast_devstate_aggregate {
unsigned int all_unavail:1;
unsigned int all_busy:1;
unsigned int all_free:1;
- unsigned int all_on_hold:1;
+ unsigned int on_hold:1;
unsigned int busy:1;
unsigned int in_use:1;
unsigned int ring:1;