aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_meetme.c
diff options
context:
space:
mode:
authormogorman <mogorman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-14 20:56:41 +0000
committermogorman <mogorman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-14 20:56:41 +0000
commit8b0bae6b1d1df11c7f55f83e143411d70b2a18af (patch)
tree68d348f93f9f9852d7c97803635eb365b45071d9 /apps/app_meetme.c
parentda159a42b38e3808772b5110272b057792fcf1f9 (diff)
bug fix from 6485 with musiconhold not being turned
off by app_meetme git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@10021 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 63b6691fa..37d34d395 100644
--- a/apps/app_meetme.c
+++ b/apps/app_meetme.c
@@ -1523,6 +1523,10 @@ static int conf_run(struct ast_channel *chan, struct ast_conference *conf, int c
lastmarked = currentmarked;
}
}
+
+ if (musiconhold)
+ ast_moh_stop(chan);
+
if (using_pseudo)
close(fd);
else {