mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 01:26:58 +00:00
add SOCKET_EVENT event
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16135 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -834,6 +834,9 @@ ESL_DECLARE(esl_status_t) esl_recv_event(esl_handle_t *handle, int check_q, esl_
|
||||
|
||||
if (!revent) {
|
||||
esl_event_create(&revent, ESL_EVENT_CLONE);
|
||||
revent->event_id = ESL_EVENT_SOCKET_DATA;
|
||||
esl_event_add_header_string(revent, ESL_STACK_BOTTOM, "Event-Name", "SOCKET_DATA");
|
||||
|
||||
}
|
||||
|
||||
hname = beg;
|
||||
|
@@ -130,6 +130,7 @@ static const char *EVENT_NAMES[] = {
|
||||
"RECORD_STOP",
|
||||
"CALL_UPDATE",
|
||||
"FAILURE",
|
||||
"SOCKET_DATA",
|
||||
"ALL"
|
||||
};
|
||||
|
||||
|
@@ -118,6 +118,7 @@ typedef enum {
|
||||
ESL_EVENT_RECORD_STOP,
|
||||
ESL_EVENT_CALL_UPDATE,
|
||||
ESL_EVENT_FAILURE,
|
||||
ESL_EVENT_SOCKET_DATA,
|
||||
ESL_EVENT_ALL
|
||||
} esl_event_types_t;
|
||||
|
||||
|
Reference in New Issue
Block a user