]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
agc
authorAnthony Minessale <anthm@freeswitch.org>
Mon, 21 Feb 2011 23:24:35 +0000 (17:24 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Mon, 21 Feb 2011 23:24:35 +0000 (17:24 -0600)
src/mod/applications/mod_conference/mod_conference.c

index 53b3bfcacae3d8016d523117cbf8dd1087396cc3..71ed1ed4b7db689dfbd62deb04c61e94f7620525 100644 (file)
@@ -36,7 +36,7 @@
  *
  */
 #include <switch.h>
-#define DEFAULT_AGC_LEVEL 1000
+#define DEFAULT_AGC_LEVEL 1100
 
 SWITCH_MODULE_LOAD_FUNCTION(mod_conference_load);
 SWITCH_MODULE_SHUTDOWN_FUNCTION(mod_conference_shutdown);