]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
put back the hangup one for the time being
authorAnthony Minessale <anthm@freeswitch.org>
Mon, 29 Oct 2012 12:49:25 +0000 (07:49 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Mon, 29 Oct 2012 12:49:25 +0000 (07:49 -0500)
src/switch_core_sqldb.c

index b677829edf71749c1e0cab547dc830253a90f1bc..d1b83426d80a1e8e9b4e46fc19b84c76e323acd6 100644 (file)
@@ -1973,7 +1973,7 @@ static void core_event_handler(switch_event_t *event)
                        case CS_NEW:
                        case CS_DESTROY:
                        case CS_REPORTING:
-                       case CS_HANGUP:
+                               //case CS_HANGUP: /* marked for deprication */
                        case CS_INIT:
                                break;
                        case CS_EXECUTE: