From: Automerge script Date: Tue, 21 Mar 2006 16:06:13 +0000 (+0000) Subject: automerge commit X-Git-Tag: 1.2.6-netsec~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0e595febfc04d2010b1d91aea82c6feeb7639e8;p=thirdparty%2Fasterisk.git automerge commit git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@13886 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_meetme.c b/apps/app_meetme.c index 37d34d395f..c66410339e 100644 --- a/apps/app_meetme.c +++ b/apps/app_meetme.c @@ -901,7 +901,9 @@ static int conf_run(struct ast_channel *chan, struct ast_conference *conf, int c snprintf(user->namerecloc, sizeof(user->namerecloc), "%s/meetme/meetme-username-%s-%d", ast_config_AST_SPOOL_DIR, conf->confno, user->user_no); - ast_record_review(chan, "vm-rec-name", user->namerecloc, 10, "sln", &duration, NULL); + res = ast_record_review(chan, "vm-rec-name", user->namerecloc, 10, "sln", &duration, NULL); + if (res == -1) + goto outrun; } if (!(confflags & CONFFLAG_QUIET)) {