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

tweak

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3736 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 165f1801
......@@ -698,6 +698,10 @@ static int activate_rtp(struct private_object *tech_pvt)
return 1;
}
if (!(tech_pvt->remote_ip && tech_pvt->remote_port)) {
return 0;
}
if (switch_core_codec_init(&tech_pvt->read_codec,
tech_pvt->codec_name,
NULL,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论