add new event

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15856 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2009-12-09 14:54:10 +00:00
parent 32e8fab7b6
commit 5a97e8c265
2 changed files with 2 additions and 0 deletions

View File

@ -129,6 +129,7 @@ static const char *EVENT_NAMES[] = {
"RECORD_START",
"RECORD_STOP",
"CALL_UPDATE",
"FAILURE",
"ALL"
};

View 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;