From 479a06bda6e68a5914d411ce89aa141b70cd2011 Mon Sep 17 00:00:00 2001 From: William King Date: Sat, 25 May 2013 07:15:49 -0700 Subject: [PATCH] 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). --- src/include/switch_loadable_module.h | 1 + 1 file changed, 1 insertion(+) 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;