From: Anthony Minessale Date: Mon, 21 Feb 2011 23:24:35 +0000 (-0600) Subject: agc X-Git-Tag: v1.2-rc1~181^2~100 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f6dd557e5db9dacede48d26c98aee639378612f9;p=thirdparty%2Ffreeswitch.git agc --- diff --git a/src/mod/applications/mod_conference/mod_conference.c b/src/mod/applications/mod_conference/mod_conference.c index 53b3bfcaca..71ed1ed4b7 100644 --- a/src/mod/applications/mod_conference/mod_conference.c +++ b/src/mod/applications/mod_conference/mod_conference.c @@ -36,7 +36,7 @@ * */ #include -#define DEFAULT_AGC_LEVEL 1000 +#define DEFAULT_AGC_LEVEL 1100 SWITCH_MODULE_LOAD_FUNCTION(mod_conference_load); SWITCH_MODULE_SHUTDOWN_FUNCTION(mod_conference_shutdown);