mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
add <param name="core-odbc-required" value="true"/> to require connection to core db over odbc for startup
This commit is contained in:
@@ -309,7 +309,8 @@ typedef enum {
|
||||
SCF_USE_NAT_MAPPING = (1 << 15),
|
||||
SCF_CLEAR_SQL = (1 << 16),
|
||||
SCF_THREADED_SYSTEM_EXEC = (1 << 17),
|
||||
SCF_SYNC_CLOCK_REQUESTED = (1 << 18)
|
||||
SCF_SYNC_CLOCK_REQUESTED = (1 << 18),
|
||||
SCF_CORE_ODBC_REQ = (1 << 19)
|
||||
} switch_core_flag_enum_t;
|
||||
typedef uint32_t switch_core_flag_t;
|
||||
|
||||
|
Reference in New Issue
Block a user