mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Solved problem where talker hears himself when
talk optimization is on in app_meetme. bug #6266 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@10785 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1558,7 +1558,7 @@ static int conf_run(struct ast_channel *chan, struct ast_conference *conf, int c
|
||||
if (!user->listen.actual &&
|
||||
((confflags & CONFFLAG_MONITOR) ||
|
||||
(user->adminflags & ADMINFLAG_MUTED) ||
|
||||
(user->talking && (confflags & CONFFLAG_OPTIMIZETALKER))
|
||||
(!user->talking && (confflags & CONFFLAG_OPTIMIZETALKER))
|
||||
)) {
|
||||
int index;
|
||||
for (index=0;index<AST_FRAME_BITS;index++)
|
||||
|
Reference in New Issue
Block a user