diff --git a/apps/app_meetme.c b/apps/app_meetme.c index 2e8d3d0e17..afd39f2799 100755 --- a/apps/app_meetme.c +++ b/apps/app_meetme.c @@ -640,7 +640,6 @@ static int conf_run(struct ast_channel *chan, struct ast_conference *conf, int c ast_waitstream(chan, ""); goto outrun; } - conf->users++; if (confflags & CONFFLAG_MARKEDUSER) conf->markedusers++; @@ -687,6 +686,8 @@ static int conf_run(struct ast_channel *chan, struct ast_conference *conf, int c 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))