[asterisk-bugs] [JIRA] (ASTERISK-22271) app_meetme: wrong bit value for CONFFLAG_DONT_DENOISE
Matt Jordan (JIRA)
noreply at issues.asterisk.org
Thu Aug 8 20:29:05 CDT 2013
Matt Jordan created ASTERISK-22271:
--------------------------------------
Summary: app_meetme: wrong bit value for CONFFLAG_DONT_DENOISE
Key: ASTERISK-22271
URL: https://issues.asterisk.org/jira/browse/ASTERISK-22271
Project: Asterisk
Issue Type: Bug
Security Level: None
Components: Applications/app_meetme
Affects Versions: SVN, 11.5.0
Environment: n/a
Reporter: Tony Mountifield
Severity: Minor
The bit value for CONFFLAG_DONT_DENOISE is set to (1ULL << 33), which duplicates CONFFLAG_INTROUSER_VMREC. It should use bit 35 instead.
Found in both 11.5.0 and trunk. Probably been there since the feature was introduced.
While there, it would be worth making the syntax of CONFFLAG_KILL_LAST_MAN_STANDING consistent with the others by changing (uint64_t)1 to 1ULL
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the asterisk-bugs
mailing list