]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-6020 --resolve
authorAnthony Minessale <anthm@freeswitch.org>
Mon, 6 Jan 2014 20:54:31 +0000 (01:54 +0500)
committerAnthony Minessale <anthm@freeswitch.org>
Mon, 6 Jan 2014 20:54:31 +0000 (01:54 +0500)
src/switch_channel.c

index 21b9dedc6f9d100693d01c77a16a3d027fd14b2d..eb8be218d169c12d0549ce41d38a831c7cebb877 100644 (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)) {