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

FS-7432 regression from 251c4ab4 don't count recovering channels

上级 a5dfc5d4
......@@ -5889,7 +5889,7 @@ static const char *get_media_profile_name(switch_core_session_t *session, int se
static char *get_setup(switch_core_session_t *session, switch_sdp_type_t sdp_type)
{
if (sdp_type == SDP_TYPE_RESPONSE) {
if (sdp_type == SDP_TYPE_RESPONSE && !switch_channel_test_flag(session->channel, CF_RECOVERING)) {
return "active";
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论