mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 01:26:58 +00:00
add events for bug start and stop
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16858 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -131,6 +131,8 @@ static const char *EVENT_NAMES[] = {
|
||||
"CALL_UPDATE",
|
||||
"FAILURE",
|
||||
"SOCKET_DATA",
|
||||
"MEDIA_BUG_START",
|
||||
"MEDIA_BUG_START",
|
||||
"ALL"
|
||||
};
|
||||
|
||||
|
@@ -119,6 +119,8 @@ typedef enum {
|
||||
ESL_EVENT_CALL_UPDATE,
|
||||
ESL_EVENT_FAILURE,
|
||||
ESL_EVENT_SOCKET_DATA,
|
||||
ESL_EVENT_MEDIA_BUG_START,
|
||||
ESL_EVENT_MEDIA_BUG_STOP,
|
||||
ESL_EVENT_ALL
|
||||
} esl_event_types_t;
|
||||
|
||||
|
Reference in New Issue
Block a user