--- app_meetme.c.orig 2005-04-29 18:03:54.000000000 -0400 +++ app_meetme.c 2005-05-16 17:21:27.000000000 -0400 @@ -640,7 +640,6 @@ ast_waitstream(chan, ""); goto outrun; } - conf->users++; if (confflags & CONFFLAG_MARKEDUSER) conf->markedusers++; @@ -687,6 +686,8 @@ ast_record_review(chan,"vm-rec-name",user->namerecloc, 10,"sln", &duration, NULL); } + conf->users++; + if (!(confflags & CONFFLAG_QUIET)) { if (conf->users == 1 && !(confflags & CONFFLAG_WAITMARKED)) if (!ast_streamfile(chan, "conf-onlyperson", chan->language))