]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Resolve conflicts between CONFFLAG_DONT_DENOISE and CONFFLAG_INTROUSER_VMREC
authorMatthew Jordan <mjordan@digium.com>
Mon, 19 Aug 2013 23:53:55 +0000 (23:53 +0000)
committerMatthew Jordan <mjordan@digium.com>
Mon, 19 Aug 2013 23:53:55 +0000 (23:53 +0000)
commit15b32a230f05aab044e81935846b2abe9830a4e5
tree61baf6a42d924823b466a10a30497fd12274898e
parentb44258d174af105946590b53271dc535de91b026
Resolve conflicts between CONFFLAG_DONT_DENOISE and CONFFLAG_INTROUSER_VMREC

When r382230 added an option to not denoise the MeetMe conference (if a user
had a channel whose format's sample rate changed frequently, for example),
the value added was the maximum allowed value for the constants that define
the options for MeetMe in 1.8. Not so in 11 - unfortunately, the option
CONFFLAG_DONT_DENOISE conflicts with CONFFLAG_INTROUESR_VMREC. This patch
fixes that, and also tweaks one of the way in which the constants was
declared for consistency.

Thanks to Tony Mountifield for pointing out the problem and solution.

(closes issue ASTERISK-22269)
Reported by: Tony Mountifield

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@396944 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_meetme.c