diff --git a/apps/app_meetme.c b/apps/app_meetme.c index 0d9d00ed8e8360565439549c244dd3f483703df2..eb905af6b19a1090a9349afe132b7609fc846bd8 100755 --- a/apps/app_meetme.c +++ b/apps/app_meetme.c @@ -964,7 +964,7 @@ zapretry: } /* trying to add moh for single person conf */ - if (confflags & CONFFLAG_MOH) { + if ((confflags & CONFFLAG_MOH) && !(confflags & CONFFLAG_WAITMARKED)) { if (conf->users == 1) { if (musiconhold == 0) { ast_moh_start(chan, NULL);