mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-16 23:08:32 +00:00
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
This commit is contained in:
@@ -1523,6 +1523,10 @@ static int conf_run(struct ast_channel *chan, struct ast_conference *conf, int c
|
|||||||
lastmarked = currentmarked;
|
lastmarked = currentmarked;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (musiconhold)
|
||||||
|
ast_moh_stop(chan);
|
||||||
|
|
||||||
if (using_pseudo)
|
if (using_pseudo)
|
||||||
close(fd);
|
close(fd);
|
||||||
else {
|
else {
|
||||||
|
|||||||
Reference in New Issue
Block a user