aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_meetme.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_meetme.c')
-rw-r--r--apps/app_meetme.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/app_meetme.c b/apps/app_meetme.c
index 67ab09635..e3b1541b1 100644
--- a/apps/app_meetme.c
+++ b/apps/app_meetme.c
@@ -2659,8 +2659,6 @@ static int conf_run(struct ast_channel *chan, struct ast_conference *conf, int c
}
}
- c = ast_waitfor_nandfds(&chan, 1, &fd, nfds, NULL, &outfd, &ms);
-
/* Update the struct with the actual confflags */
user->userflags = confflags;
@@ -2823,6 +2821,8 @@ static int conf_run(struct ast_channel *chan, struct ast_conference *conf, int c
break;
}
+ c = ast_waitfor_nandfds(&chan, 1, &fd, nfds, NULL, &outfd, &ms);
+
if (c) {
char dtmfstr[2] = "";