Summary: | ASTERISK-22269: app_meetme: wrong bit value for CONFFLAG_DONT_DENOISE | ||
Reporter: | Tony Mountifield (softins) | Labels: | |
Date Opened: | 2013-08-08 06:49:04 | Date Closed: | 2013-08-19 19:01:03 |
Priority: | Minor | Regression? | No |
Status: | Closed/Complete | Components: | Applications/app_meetme |
Versions: | SVN 11.5.0 | Frequency of Occurrence | |
Related Issues: | |||
Environment: | n/a | Attachments: | |
Description: | 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 | ||
Comments: | By: Matt Jordan (mjordan) 2013-08-08 20:27:59.390-0500 Bah. Differences between 1.8 and 11 bit us. I'll get this fixed, thanks for finding it. |