提交 a0a77f8c authored 作者: Marc Olivier Chouinard's avatar Marc Olivier Chouinard

FS-3321 Small correction on my own addition

上级 e081e804
...@@ -4307,7 +4307,7 @@ static switch_call_cause_t sofia_outgoing_channel(switch_core_session_t *session ...@@ -4307,7 +4307,7 @@ static switch_call_cause_t sofia_outgoing_channel(switch_core_session_t *session
char *gw, *params; char *gw, *params;
if (!(gw = strchr(profile_name, '/'))) { if (!(gw = strchr(profile_name, '/'))) {
switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_ERROR, "Invalid URL \'%s\'\n", gw); switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_ERROR, "Invalid URL \'%s\'\n", profile_name);
cause = SWITCH_CAUSE_INVALID_URL; cause = SWITCH_CAUSE_INVALID_URL;
goto error; goto error;
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论