FS-6020 --resolve

This commit is contained in:
Anthony Minessale 2014-01-07 01:54:31 +05:00
parent 695ac57e49
commit f8844d1398
1 changed files with 1 additions and 0 deletions

View File

@ -1971,6 +1971,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)) {