]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
set isac default ptime to 30
authorAnthony Minessale <anthm@freeswitch.org>
Thu, 17 Jan 2013 23:09:44 +0000 (17:09 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Thu, 17 Jan 2013 23:09:44 +0000 (17:09 -0600)
src/switch_core.c

index 74a69604588bd6cb685e516c74156ed3d2ba6d04..e7e3c953ade4ccdb81e29e39fbc25642edb33cb0 100644 (file)
@@ -1730,6 +1730,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, "isac", &d_30);
        switch_core_hash_insert(runtime.ptimes, "G723", &d_30);
 
        if ((xml = switch_xml_open_cfg(file, &cfg, NULL))) {