From 3ae4285d17e0c24ce576b67045fb1014803028eb Mon Sep 17 00:00:00 2001 From: Matt O'Gorman Date: Wed, 22 Feb 2006 21:40:00 +0000 Subject: [PATCH] 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 --- apps/app_meetme.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/app_meetme.c b/apps/app_meetme.c index efe0572287..dfdabb73f6 100644 --- a/apps/app_meetme.c +++ b/apps/app_meetme.c @@ -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