aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_meetme.c
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-06-19 13:54:03 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-06-19 13:54:03 +0000
commitbf60be1410bff9a16bf653fddb861ac491069596 (patch)
treeff30ed93fdc67bf44a687d3e6bdf96c857093a46 /apps/app_meetme.c
parent7b7d14c05dc8b51679504da5e93cf3c25da28a1d (diff)
Perform an extra hangup check just in case. (issue #9589 reported by bcnit)
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@69894 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_meetme.c')
-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) {