mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
Make the 'c' option to MeetMe work even if the 'q' option is used.
(closes issue ASTERISK-17053) Reported by: justdave git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@354084 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2617,8 +2617,7 @@ static int conf_run(struct ast_channel *chan, struct ast_conference *conf, struc
|
||||
ast_waitstream(chan, "");
|
||||
}
|
||||
|
||||
if (!ast_test_flag64(confflags, CONFFLAG_QUIET) && ast_test_flag64(confflags, CONFFLAG_ANNOUNCEUSERCOUNT) &&
|
||||
conf->users > 1) {
|
||||
if (ast_test_flag64(confflags, CONFFLAG_ANNOUNCEUSERCOUNT) && conf->users > 1) {
|
||||
int keepplaying = 1;
|
||||
|
||||
if (conf->users == 2) {
|
||||
|
Reference in New Issue
Block a user