try to improve iLBC compat

This commit is contained in:
Anthony Minessale
2011-02-03 16:27:22 -06:00
parent e5fb456f3b
commit 68d08547f3
2 changed files with 2 additions and 2 deletions

View File

@@ -1486,7 +1486,7 @@ static void switch_load_core_config(const char *file)
{
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);
if ((xml = switch_xml_open_cfg(file, &cfg, NULL))) {