aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-21 16:06:13 +0000
committerroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-21 16:06:13 +0000
commite9b06565e9825b18abd6c98946b2a752e871b5d7 (patch)
tree0e047929dc68c067db79c50f1e36b628e94337f5
parentcd415032ed7598216fdbb462f04cdf935cbff913 (diff)
automerge commit
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@13886 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--apps/app_meetme.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/app_meetme.c b/apps/app_meetme.c
index 37d34d395..c66410339 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)) {