summaryrefslogtreecommitdiff
path: root/mec3.h
diff options
context:
space:
mode:
authorqwell <qwell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-04-13 23:14:33 +0000
committerqwell <qwell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-04-13 23:14:33 +0000
commitf9dd2abfd14a990eed67f8ac1f6baf034e2c9719 (patch)
tree5d8ff0ebf98ee781d3b85bac03bce4e95b125c71 /mec3.h
parentd7255a7b4f60276f432ce630e3a071e8f84b6ee9 (diff)
Merged revisions 2422 via svnmerge from
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r2422 | qwell | 2007-04-13 18:12:23 -0500 (Fri, 13 Apr 2007) | 14 lines Fix several places where we treat confmode as a bitmask. It is a bitmask...sort of.. I'll explain.. confmode is used for 2 different things. It defines both the "mode" and the "flags" of the conference. The "mode" part is in 0x00FF and is NOT bitwise. The "flag" part is in 0xFF00 and *IS* bitwise. Confused yet? Good. So, when we want to check the "mode" of the conference, we need to check only within 0xFF. There were several places where this was not happening - but due to luck, it worked (...sort of). That's what this patch fixes. ........ git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2423 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'mec3.h')
0 files changed, 0 insertions, 0 deletions