mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-14 01:49:05 +00:00
FS-10015: [freeswitch-core] Add variable to allow firing of text events #resolve
This commit is contained in:
@@ -147,7 +147,7 @@ static const char *EVENT_NAMES[] = {
|
||||
"CALL_SETUP_RESULT",
|
||||
"CALL_DETAIL",
|
||||
"DEVICE_STATE",
|
||||
"REAL_TIME_TEXT",
|
||||
"TEXT",
|
||||
"ALL"
|
||||
};
|
||||
|
||||
|
@@ -137,7 +137,7 @@ typedef enum {
|
||||
ESL_EVENT_CALL_SETUP_RESULT,
|
||||
ESL_EVENT_CALL_DETAIL,
|
||||
ESL_EVENT_DEVICE_STATE,
|
||||
ESL_EVENT_REAL_TIME_TEXT,
|
||||
ESL_EVENT_TEXT,
|
||||
ESL_EVENT_ALL
|
||||
} esl_event_types_t;
|
||||
|
||||
|
Reference in New Issue
Block a user