summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorMatt O'Gorman <mogorman@digium.com>2006-02-14 17:08:06 +0000
committerMatt O'Gorman <mogorman@digium.com>2006-02-14 17:08:06 +0000
commitf57ae73d62e89192b50bc1251d7de498b6808c95 (patch)
tree194d64695672796846e1c994701d5833244a77fa /apps
parentdacbca469954b675e0955f7829db6690e31eba74 (diff)
bug 6485 fixed.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9935 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps')
-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 d6dd2990f..d7656038d 100644
--- a/apps/app_meetme.c
+++ b/apps/app_meetme.c
@@ -1602,6 +1602,10 @@ bailoutandtrynormal:
lastmarked = currentmarked;
}
}
+
+ if (musiconhold)
+ ast_moh_stop(chan);
+
if (using_pseudo)
close(fd);
else {