]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
automerge commit
authorAutomerge script <automerge@asterisk.org>
Tue, 21 Mar 2006 16:06:13 +0000 (16:06 +0000)
committerAutomerge script <automerge@asterisk.org>
Tue, 21 Mar 2006 16:06:13 +0000 (16:06 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@13886 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_meetme.c

index 37d34d395fa722adcc229956fe50ee167547da4e..c66410339ee2972b435e0b4c2943eb73bdeeb519 100644 (file)
@@ -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)) {