diff --git a/apps/app_meetme.c b/apps/app_meetme.c index efe0572287..dfdabb73f6 100644 --- a/apps/app_meetme.c +++ b/apps/app_meetme.c @@ -1558,7 +1558,7 @@ static int conf_run(struct ast_channel *chan, struct ast_conference *conf, int c if (!user->listen.actual && ((confflags & CONFFLAG_MONITOR) || (user->adminflags & ADMINFLAG_MUTED) || - (user->talking && (confflags & CONFFLAG_OPTIMIZETALKER)) + (!user->talking && (confflags & CONFFLAG_OPTIMIZETALKER)) )) { int index; for (index=0;index