mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 21:22:09 +00:00
FS-9543 #resolve [Add pre-exec state change hooks to core]
This commit is contained in:
@@ -2149,7 +2149,8 @@ typedef enum {
|
||||
} switch_session_ctl_t;
|
||||
|
||||
typedef enum {
|
||||
SSH_FLAG_STICKY = (1 << 0)
|
||||
SSH_FLAG_STICKY = (1 << 0),
|
||||
SSH_FLAG_PRE_EXEC = (1 << 1)
|
||||
} switch_state_handler_flag_t;
|
||||
|
||||
#ifdef WIN32
|
||||
|
||||
Reference in New Issue
Block a user