FS-6020 --resolve

This commit is contained in:
Anthony Minessale 2014-01-07 01:54:31 +05:00
parent bc6e399e5a
commit 55a36997ed

View File

@ -1962,6 +1962,7 @@ SWITCH_DECLARE(void) switch_channel_clear_flag(switch_channel_t *channel, switch
}
switch_mutex_unlock(channel->profile_mutex);
switch_channel_set_callstate(channel, CCS_ACTIVE);
}
if (flag == CF_ORIGINATOR && switch_channel_test_flag(channel, CF_ANSWERED) && switch_channel_up_nosig(channel)) {