From bab77bbab17a90bd021a1a99b12a80d4f2b2c4bd Mon Sep 17 00:00:00 2001 From: Matt O'Gorman Date: Tue, 14 Feb 2006 20:56:41 +0000 Subject: [PATCH] bug fix from 6485 with musiconhold not being turned off by app_meetme git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@10021 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_meetme.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/app_meetme.c b/apps/app_meetme.c index 63b6691fa2..37d34d395f 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 {