From bf60be1410bff9a16bf653fddb861ac491069596 Mon Sep 17 00:00:00 2001 From: file Date: Tue, 19 Jun 2007 13:54:03 +0000 Subject: 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 --- apps/app_meetme.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps/app_meetme.c') 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) { -- cgit v1.2.3