提交 f2fdba6d authored 作者: Brian West's avatar Brian West

lets set a default for auto_reload also

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8976 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 67b70d33
......@@ -403,6 +403,7 @@ static switch_status_t load_config(void)
globals.thresh = 400;
globals.silence_hits = 35;
globals.listen_hits = 5;
globals.auto_reload = 1;
if (!(xml = switch_xml_open_cfg(cf, &cfg, NULL))) {
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "open of %s failed\n", cf);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论