From: Anthony Minessale Date: Thu, 17 Jan 2013 23:09:44 +0000 (-0600) Subject: set isac default ptime to 30 X-Git-Tag: v1.3.13~118 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d0ee5b19693dfaacb256d29a54bea4cab94eda1;p=thirdparty%2Ffreeswitch.git set isac default ptime to 30 --- diff --git a/src/switch_core.c b/src/switch_core.c index 74a6960458..e7e3c953ad 100644 --- a/src/switch_core.c +++ b/src/switch_core.c @@ -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))) {