提交 8912b80e authored 作者: Michael Jerris's avatar Michael Jerris

(FSCORE-524)

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16277 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 66f9cb6f
......@@ -953,7 +953,7 @@ AC_OUTPUT
##
echo
echo "-------------------------- FreeSWITCH configuration ------------------------"
echo "-------------------------- FreeSWITCH configuration --------------------------"
echo ""
echo " Locations:"
echo " Selected layout: ${layout_name}"
......@@ -967,4 +967,4 @@ echo " sysconfdir: ${sysconfdir}"
echo " runtimedir: ${runtimedir}"
echo " logfiledir: ${logfiledir}"
echo ""
echo "----------------------------------------------------------------------------"
echo "------------------------------------------------------------------------------"
......@@ -3942,6 +3942,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_sofia_load)
switch_console_set_complete("add sofia profile ::sofia::list_profiles siptrace off");
switch_console_set_complete("add sofia status profile ::sofia::list_profiles");
switch_console_set_complete("add sofia status profile ::sofia::list_profiles reg");
switch_console_set_complete("add sofia status gateway ::sofia::list_gateways");
switch_console_set_complete("add sofia xmlstatus profile ::sofia::list_profiles");
switch_console_set_complete("add sofia xmlstatus gateway ::sofia::list_gateways");
......
......@@ -679,7 +679,7 @@ int main(int argc, char *argv[])
char buf[1024] = "";
int i = 0;
fprintf(stderr, "Error: stacksize %d is too large: run ulimit -s %d or run %s -waste.\nauto-adjusting stack size for optimal performance....\n",
fprintf(stderr, "Error: stacksize %d is too large: run ulimit -s %d or run %s -waste.\nauto-adjusting stack size for optimal performance...\n",
(int)(rlp.rlim_max / 1024), SWITCH_THREAD_STACKSIZE / 1024, local_argv[0]);
memset(&rlp, 0, sizeof(rlp));
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论