From: Anthony Minessale Date: Mon, 9 Apr 2012 17:24:36 +0000 (-0500) Subject: FS-4073 --resolve X-Git-Tag: v1.2-rc1~17^2~279 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5c4e3f2e4183b4d4b2e9506495fcce794f3f260;p=thirdparty%2Ffreeswitch.git FS-4073 --resolve --- diff --git a/src/mod/applications/mod_conference/mod_conference.c b/src/mod/applications/mod_conference/mod_conference.c index e92971ab80..30c08e9944 100644 --- a/src/mod/applications/mod_conference/mod_conference.c +++ b/src/mod/applications/mod_conference/mod_conference.c @@ -83,7 +83,7 @@ static int EC = 0; /* the maximum value for the IIR score [keeps loud & longwinded people from getting overweighted] */ #define SCORE_MAX_IIR 25000 /* the minimum score for which you can be considered to be loud enough to now have the floor */ -#define SCORE_IIR_SPEAKING_MAX 3000 +#define SCORE_IIR_SPEAKING_MAX 300 /* the threshold below which you cede the floor to someone loud (see above value). */ #define SCORE_IIR_SPEAKING_MIN 100