提交 68d08547 authored 作者: Anthony Minessale's avatar Anthony Minessale

try to improve iLBC compat

上级 e5fb456f
...@@ -4480,7 +4480,7 @@ uint8_t sofia_glue_negotiate_sdp(switch_core_session_t *session, const char *r_s ...@@ -4480,7 +4480,7 @@ uint8_t sofia_glue_negotiate_sdp(switch_core_session_t *session, const char *r_s
match = strcasecmp(rm_encoding, imp->iananame) ? 0 : 1; match = strcasecmp(rm_encoding, imp->iananame) ? 0 : 1;
} }
if (match && bit_rate && map_bit_rate && map_bit_rate != bit_rate) { if (match && bit_rate && map_bit_rate && map_bit_rate != bit_rate && strcasecmp(map->rm_encoding, "ilbc")) {
/* nevermind */ /* nevermind */
match = 0; match = 0;
} }
......
...@@ -1486,7 +1486,7 @@ static void switch_load_core_config(const char *file) ...@@ -1486,7 +1486,7 @@ static void switch_load_core_config(const char *file)
{ {
switch_xml_t xml = NULL, cfg = NULL; switch_xml_t xml = NULL, cfg = NULL;
//switch_core_hash_insert(runtime.ptimes, "ilbc", &d_30); switch_core_hash_insert(runtime.ptimes, "ilbc", &d_30);
switch_core_hash_insert(runtime.ptimes, "G723", &d_30); switch_core_hash_insert(runtime.ptimes, "G723", &d_30);
if ((xml = switch_xml_open_cfg(file, &cfg, NULL))) { if ((xml = switch_xml_open_cfg(file, &cfg, NULL))) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论