mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 21:22:09 +00:00
fold the last round of sql manager changes back into the core and use it for the central db and simplify the algorithm
This commit is contained in:
@@ -2205,8 +2205,9 @@ SWITCH_DECLARE(switch_status_t) switch_core_chat_send(const char *dest_proto, sw
|
||||
SWITCH_DECLARE(switch_status_t) switch_core_chat_deliver(const char *dest_proto, switch_event_t **message_event);
|
||||
|
||||
SWITCH_DECLARE(switch_status_t) switch_ivr_preprocess_session(switch_core_session_t *session, const char *cmds);
|
||||
SWITCH_DECLARE(void) switch_core_sqldb_stop_thread(void);
|
||||
SWITCH_DECLARE(void) switch_core_sqldb_start_thread(void);
|
||||
SWITCH_DECLARE(void) switch_core_sqldb_pause(void);
|
||||
SWITCH_DECLARE(void) switch_core_sqldb_resume(void);
|
||||
|
||||
|
||||
///\}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user