mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 08:05:37 +00:00
FS-7432 regression from 251c4ab439eea53772aaf5636eb60bb7689f0fc9 don't count recovering channels
This commit is contained in:
parent
bc92a8bf4a
commit
c29568f1c2
@ -6610,7 +6610,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";
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user