[asterisk-bugs] [JIRA] (ASTERISK-22269) app_meetme: wrong bit value for CONFFLAG_DONT_DENOISE
Tony Mountifield (JIRA)
noreply at issues.asterisk.org
Thu Aug 8 06:51:03 CDT 2013
Tony Mountifield created ASTERISK-22269:
-------------------------------------------
Summary: app_meetme: wrong bit value for CONFFLAG_DONT_DENOISE
Key: ASTERISK-22269
URL: https://issues.asterisk.org/jira/browse/ASTERISK-22269
Project: Asterisk
Issue Type: Bug
Security Level: None
Components: Applications/app_meetme
Affects Versions: 11.5.0, SVN
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