aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_meetme.c
diff options
context:
space:
mode:
authormogorman <mogorman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-14 17:08:06 +0000
committermogorman <mogorman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-14 17:08:06 +0000
commit780c9a4edb8f7392670587f1677786e133bd7d38 (patch)
tree194d64695672796846e1c994701d5833244a77fa /apps/app_meetme.c
parent85d32fb41aed04da249b6239b18a99061224aef6 (diff)
bug 6485 fixed.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9935 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 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 {