mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-11 06:41:51 +00:00
FS-5377 --resolve
This commit is contained in:
@@ -8732,7 +8732,7 @@ static conference_obj_t *conference_new(char *name, conf_xml_cfg_t cfg, switch_c
|
||||
if (!zstr(auto_gain_level)) {
|
||||
int level = 0;
|
||||
|
||||
if (switch_true(auto_gain_level)) {
|
||||
if (switch_true(auto_gain_level) && !switch_is_number(auto_gain_level)) {
|
||||
level = DEFAULT_AGC_LEVEL;
|
||||
} else {
|
||||
level = atoi(auto_gain_level);
|
||||
|
||||
Reference in New Issue
Block a user