提交 4d0ee5b1 authored 作者: Anthony Minessale's avatar Anthony Minessale

set isac default ptime to 30

上级 e5d6c2fc
...@@ -1730,6 +1730,7 @@ static void switch_load_core_config(const char *file) ...@@ -1730,6 +1730,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, "isac", &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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论