提交 d205755a authored 作者: Anthony Minessale's avatar Anthony Minessale

typo

上级 56f58c29
......@@ -2093,10 +2093,10 @@ static void parse_gateways(sofia_profile_t *profile, switch_xml_t gateways_tag)
gateway->reg_timeout_seconds = atoi(timeout_seconds);
if (gateway->retry_seconds < 5) {
if (gateway->reg_timeout_seconds < 5) {
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_WARNING, "Invalid timeout-seconds of %d on gateway %s, using the value of 60 instead.\n",
gateway->reg_timeout_seconds, name);
gateway->reg_timeout_seconds = 30;
gateway->reg_timeout_seconds = 60;
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论