From: Anthony Minessale Date: Mon, 6 Jan 2014 20:54:31 +0000 (+0500) Subject: FS-6020 --resolve X-Git-Tag: v1.4.2~1^2~4^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8844d1398b60e49ae1b6543fd3532c71d4f4e74;p=thirdparty%2Ffreeswitch.git FS-6020 --resolve --- 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)) {