--- apps/app_meetme.1.90.c 2005-03-20 20:08:37.138376069 -0700 +++ apps/app_meetme.c 2005-03-20 20:08:27.549490432 -0700 @@ -964,7 +964,7 @@ } /* 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);