提交 3bb6acf0 authored 作者: Anthony Minessale's avatar Anthony Minessale

FS-5223

上级 03137f98
......@@ -2401,9 +2401,9 @@ void *SWITCH_THREAD_FUNC sofia_profile_thread_run(switch_thread_t *thread, void
TAG_END()); /* Last tag should always finish the sequence */
if (!profile->nua) {
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "Error Creating SIP UA for profile: %s\n"
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "Error Creating SIP UA for profile: %s (%s)\n"
"The likely causes for this are:\n" "1) Another application is already listening on the specified address.\n"
"2) The IP the profile is attempting to bind to is not local to this system.\n", profile->name);
"2) The IP the profile is attempting to bind to is not local to this system.\n", profile->name, profile->bindurl);
sofia_profile_start_failure(profile, profile->name);
sofia_glue_del_profile(profile);
goto end;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论