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

This commit is contained in:
Anthony Minessale 2015-06-18 13:33:50 -05:00
parent a5dfc5d488
commit d501bdc813
1 changed files with 1 additions and 1 deletions

View File

@ -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";
}