From: William King Date: Sat, 25 May 2013 14:15:49 +0000 (-0700) Subject: It's been missing a break there for ~4 years and instead using the 8k max_ms values... X-Git-Tag: v1.4.1~173 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d531c09669b63e27c42108fe33cb25820d7e86f;p=thirdparty%2Ffreeswitch.git It's been missing a break there for ~4 years and instead using the 8k max_ms values(the ptime_div value is the same). --- diff --git a/src/include/switch_loadable_module.h b/src/include/switch_loadable_module.h index 9c5517282b..e25b8afcec 100644 --- a/src/include/switch_loadable_module.h +++ b/src/include/switch_loadable_module.h @@ -414,6 +414,7 @@ SWITCH_DECLARE(uint32_t) switch_core_codec_next_id(void); case 12000: max_ms = 100; ptime_div = 2; + break; case 8000: max_ms = 120; ptime_div = 2;