diff --git a/apps/app_meetme.c b/apps/app_meetme.c index eb905af6b19a1090a9349afe132b7609fc846bd8..52b07ce54fd23a0ff99122c9cf6195b6f7e675b1 100755 --- a/apps/app_meetme.c +++ b/apps/app_meetme.c @@ -844,7 +844,7 @@ zapretry: if (!firstpass && !(confflags & CONFFLAG_MONITOR) && !(confflags & CONFFLAG_ADMIN)) { firstpass = 1; if (!(confflags & CONFFLAG_QUIET)) - if ((confflags & CONFFLAG_WAITMARKED) && conf->markedusers >= 1) + if (!(confflags & CONFFLAG_WAITMARKED) || (conf->markedusers >= 1)) conf_play(chan, conf, ENTER); } conf_flush(fd);