From f8844d1398b60e49ae1b6543fd3532c71d4f4e74 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Tue, 7 Jan 2014 01:54:31 +0500 Subject: [PATCH] FS-6020 --resolve --- src/switch_channel.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/switch_channel.c b/src/switch_channel.c index 21b9dedc6f..eb8be218d1 100644 --- a/src/switch_channel.c +++ b/src/switch_channel.c @@ -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)) {