]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add new event
authorMichael Jerris <mike@jerris.com>
Wed, 9 Dec 2009 14:54:10 +0000 (14:54 +0000)
committerMichael Jerris <mike@jerris.com>
Wed, 9 Dec 2009 14:54:10 +0000 (14:54 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15856 d0543943-73ff-0310-b7d9-9358b9ac24b2

libs/esl/src/esl_event.c
libs/esl/src/include/esl_event.h

index 0fe49301a66ac892746edcd667d6208b5d60a1ab..27f680acf97a835bbab5f4f15ae2173c5bfb9b20 100644 (file)
@@ -129,6 +129,7 @@ static const char *EVENT_NAMES[] = {
        "RECORD_START",
        "RECORD_STOP",
        "CALL_UPDATE",
+       "FAILURE",
        "ALL"
 };
 
index d4bfcede4700e46a85668b2ec627f5dc3f950010..712c12fa453e422fa60b4b3d770778da93dbf974 100644 (file)
@@ -117,6 +117,7 @@ typedef enum {
        ESL_EVENT_RECORD_START,
        ESL_EVENT_RECORD_STOP,
        ESL_EVENT_CALL_UPDATE,
+       ESL_EVENT_FAILURE,
        ESL_EVENT_ALL
 } esl_event_types_t;