mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 12:42:02 +00:00
[Core] Add new SWITCH_SPEECH_FLAG_MULTI flag and check it in switch_ivr_speak_text_handle().
This commit is contained in:
committed by
Andrey Volk
parent
ec25d5df77
commit
a71a352872
@@ -1795,7 +1795,8 @@ typedef enum {
|
||||
SWITCH_SPEECH_FLAG_BLOCKING = (1 << 3),
|
||||
SWITCH_SPEECH_FLAG_PAUSE = (1 << 4),
|
||||
SWITCH_SPEECH_FLAG_OPEN = (1 << 5),
|
||||
SWITCH_SPEECH_FLAG_DONE = (1 << 6)
|
||||
SWITCH_SPEECH_FLAG_DONE = (1 << 6),
|
||||
SWITCH_SPEECH_FLAG_MULTI = (1 << 7)
|
||||
} switch_speech_flag_enum_t;
|
||||
typedef uint32_t switch_speech_flag_t;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user