]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
do update to state on channels table at hangup
authorMichael Jerris <mike@jerris.com>
Tue, 5 Jun 2012 17:19:34 +0000 (13:19 -0400)
committerMichael Jerris <mike@jerris.com>
Tue, 5 Jun 2012 17:19:34 +0000 (13:19 -0400)
src/switch_core_sqldb.c

index 50ba871e7bdeadc3e0d810fc23a7c7404824866b..ee726500ac69c4e28e92193a9c5e754937556543 100644 (file)
@@ -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;