From: Anthony Minessale Date: Mon, 29 Oct 2012 12:49:25 +0000 (-0500) Subject: put back the hangup one for the time being X-Git-Tag: v1.3.1~70 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5533d713667d900c0df4da8ba97e98bdfe70dabc;p=thirdparty%2Ffreeswitch.git put back the hangup one for the time being --- diff --git a/src/switch_core_sqldb.c b/src/switch_core_sqldb.c index b677829edf..d1b83426d8 100644 --- a/src/switch_core_sqldb.c +++ b/src/switch_core_sqldb.c @@ -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: