aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/app_meetme.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/app_meetme.c b/apps/app_meetme.c
index 8e7f2d8f0..405dff9aa 100644
--- a/apps/app_meetme.c
+++ b/apps/app_meetme.c
@@ -1296,6 +1296,10 @@ static int conf_run(struct ast_channel *chan, struct ast_conference *conf, int c
}
}
+ /* If the channel wants to be hung up, hang it up */
+ if (ast_check_hangup(chan))
+ break;
+
if (c) {
if (c->fds[0] != origfd) {
if (using_pseudo) {