mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-02 11:06:31 +00:00
Merge "app_meetme: Don't mute joining admins if conference is muted"
This commit is contained in:
@@ -3430,7 +3430,9 @@ static int conf_run(struct ast_channel *chan, struct ast_conference *conf, struc
|
||||
user->chan = chan;
|
||||
user->userflags = *confflags;
|
||||
user->adminflags = ast_test_flag64(confflags, CONFFLAG_STARTMUTED) ? ADMINFLAG_SELFMUTED : 0;
|
||||
user->adminflags |= (conf->gmuted) ? ADMINFLAG_MUTED : 0;
|
||||
if (!ast_test_flag64(confflags, CONFFLAG_ADMIN)) {
|
||||
user->adminflags |= (conf->gmuted) ? ADMINFLAG_MUTED : 0;
|
||||
}
|
||||
user->talking = -1;
|
||||
|
||||
ast_mutex_unlock(&conf->playlock);
|
||||
|
Reference in New Issue
Block a user