[asterisk-bugs] [JIRA] (ASTERISK-22269) app_meetme: wrong bit value for CONFFLAG_DONT_DENOISE
Matt Jordan (JIRA)
noreply at issues.asterisk.org
Mon Oct 21 12:58:09 CDT 2013
[ https://issues.asterisk.org/jira/browse/ASTERISK-22269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Matt Jordan updated ASTERISK-22269:
-----------------------------------
Target Release Version/s: 11.6.0
> 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: SVN, 11.5.0
> Environment: n/a
> Reporter: Tony Mountifield
> Severity: Minor
> Target Release: 11.6.0
>
>
> 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