From: Michael Jerris Date: Tue, 5 Jun 2012 17:19:34 +0000 (-0400) Subject: do update to state on channels table at hangup X-Git-Tag: v1.2.0~290^2~9^2~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2983003f95bc7d2f3949ef4146b0c809a70d5fdd;p=thirdparty%2Ffreeswitch.git do update to state on channels table at hangup --- diff --git a/src/switch_core_sqldb.c b/src/switch_core_sqldb.c index 50ba871e7b..ee726500ac 100644 --- a/src/switch_core_sqldb.c +++ b/src/switch_core_sqldb.c @@ -1403,7 +1403,6 @@ static void core_event_handler(switch_event_t *event) switch (state_i) { case CS_NEW: - case CS_HANGUP: case CS_DESTROY: case CS_REPORTING: break;