]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-4073 --resolve
authorAnthony Minessale <anthm@freeswitch.org>
Mon, 9 Apr 2012 17:24:36 +0000 (12:24 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Mon, 9 Apr 2012 17:24:36 +0000 (12:24 -0500)
src/mod/applications/mod_conference/mod_conference.c

index e92971ab80534ac533d09ccf2f479202356fa777..30c08e99440a8792068baaa7f55978dcecdff8ea 100644 (file)
@@ -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