From: Matt O'Gorman Date: Tue, 14 Feb 2006 17:08:06 +0000 (+0000) Subject: bug 6485 fixed. X-Git-Tag: 1.4.0-beta1~2637 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f57ae73d62e89192b50bc1251d7de498b6808c95;p=thirdparty%2Fasterisk.git bug 6485 fixed. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9935 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_meetme.c b/apps/app_meetme.c index d6dd2990f6..d7656038d3 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 {