mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 09:36:46 +00:00
first pass on some new stuff
This commit is contained in:
@@ -138,6 +138,10 @@ static const char *EVENT_NAMES[] = {
|
||||
"SOCKET_DATA",
|
||||
"MEDIA_BUG_START",
|
||||
"MEDIA_BUG_START",
|
||||
"CONFERENCE_DATA_QUERY",
|
||||
"CALL_SETUP_REQ",
|
||||
"CALL_SETUP_RESULT",
|
||||
"CONFERENCE_DATA",
|
||||
"ALL"
|
||||
};
|
||||
|
||||
|
@@ -128,6 +128,10 @@ typedef enum {
|
||||
ESL_EVENT_SOCKET_DATA,
|
||||
ESL_EVENT_MEDIA_BUG_START,
|
||||
ESL_EVENT_MEDIA_BUG_STOP,
|
||||
ESL_EVENT_CONFERENCE_DATA_QUERY,
|
||||
ESL_EVENT_CONFERENCE_DATA,
|
||||
ESL_EVENT_CALL_SETUP_REQ,
|
||||
ESL_EVENT_CALL_SETUP_RESULT,
|
||||
ESL_EVENT_ALL
|
||||
} esl_event_types_t;
|
||||
|
||||
|
Reference in New Issue
Block a user