From: Anthony Minessale Date: Thu, 17 Dec 2015 00:22:27 +0000 (-0600) Subject: FS-8179 bring this back to default its fixed in chrome X-Git-Tag: v1.6.6~1^2~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02224a037e6a24269e7f35e24d61f6f6babbbdeb;p=thirdparty%2Ffreeswitch.git FS-8179 bring this back to default its fixed in chrome --- diff --git a/src/mod/codecs/mod_opus/mod_opus.c b/src/mod/codecs/mod_opus/mod_opus.c index c333230a29..e59565eec7 100644 --- a/src/mod/codecs/mod_opus/mod_opus.c +++ b/src/mod/codecs/mod_opus/mod_opus.c @@ -949,7 +949,7 @@ static switch_status_t opus_load_config(switch_bool_t reload) opus_prefs.use_dtx = 0; opus_prefs.plpct = 20; opus_prefs.use_vbr = 0; - //opus_prefs.fec_decode = 1; + opus_prefs.fec_decode = 1; if ((settings = switch_xml_child(cfg, "settings"))) { for (param = switch_xml_child(settings, "param"); param; param = param->next) {