提交 b227ee85 authored 作者: Michael Jerris's avatar Michael Jerris

add a more descriptive error message on no (or no usable) candidates

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4171 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 5327a156
...@@ -703,6 +703,7 @@ static int activate_rtp(struct private_object *tech_pvt) ...@@ -703,6 +703,7 @@ static int activate_rtp(struct private_object *tech_pvt)
} }
if (!(tech_pvt->remote_ip && tech_pvt->remote_port)) { if (!(tech_pvt->remote_ip && tech_pvt->remote_port)) {
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "No valid candidates received!\n");
return 0; return 0;
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论