Home
last modified time | relevance | path

Searched refs:switch_cache_db_test_reactive (Results 1 – 16 of 16) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_db/
H A Dmod_db.c324 switch_cache_db_test_reactive(dbh, "select * from limit_data", NULL, limit_sql); in do_config()
325 switch_cache_db_test_reactive(dbh, "select * from db_data", NULL, db_sql); in do_config()
326 switch_cache_db_test_reactive(dbh, "select * from group_data", NULL, group_sql); in do_config()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_core_sqldb.c1477 SWITCH_DECLARE(switch_bool_t) switch_cache_db_test_reactive(switch_cache_db_handle_t *dbh, in switch_cache_db_test_reactive() function
3685switch_cache_db_test_reactive(sql_manager.dbh, "select hostname from aliases", "DROP TABLE aliases… in switch_core_sqldb_start()
3686switch_cache_db_test_reactive(sql_manager.dbh, "select hostname from complete", "DROP TABLE comple… in switch_core_sqldb_start()
3687switch_cache_db_test_reactive(sql_manager.dbh, "select hostname from nat", "DROP TABLE nat", creat… in switch_core_sqldb_start()
3688 switch_cache_db_test_reactive(sql_manager.dbh, "delete from registrations where reg_user=''", in switch_core_sqldb_start()
3694switch_cache_db_test_reactive(sql_manager.dbh, "select hostname from recovery", "DROP TABLE recove… in switch_core_sqldb_start()
3711switch_cache_db_test_reactive(sql_manager.dbh, "select call_uuid from calls", "DROP TABLE calls", … in switch_core_sqldb_start()
3715 switch_cache_db_test_reactive(sql_manager.dbh, "delete from registrations where reg_user=''", in switch_core_sqldb_start()
3719 switch_cache_db_test_reactive(sql_manager.dbh, "delete from registrations where reg_user=''", in switch_core_sqldb_start()
3723switch_cache_db_test_reactive(sql_manager.dbh, "select ikey from interfaces", "DROP TABLE interfac… in switch_core_sqldb_start()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_sofia/
H A Dsofia_glue.c2610 switch_cache_db_test_reactive(dbh, test_sql, "drop table sip_registrations", reg_sql); in sofia_glue_init_sql()
2612switch_cache_db_test_reactive(dbh, "select ping_count from sip_registrations", NULL, "alter table … in sofia_glue_init_sql()
2614switch_cache_db_test_reactive(dbh, "select ping_expires from sip_registrations", NULL, "alter tabl… in sofia_glue_init_sql()
2615switch_cache_db_test_reactive(dbh, "select ping_time from sip_registrations", NULL, "alter table s… in sofia_glue_init_sql()
2616switch_cache_db_test_reactive(dbh, "select force_ping from sip_registrations", NULL, "alter table … in sofia_glue_init_sql()
2643 switch_cache_db_test_reactive(dbh, test_sql, "DROP TABLE sip_subscriptions", sub_sql); in sofia_glue_init_sql()
2650 switch_cache_db_test_reactive(dbh, test_sql, "DROP TABLE sip_dialogs", dialog_sql); in sofia_glue_init_sql()
2655 switch_cache_db_test_reactive(dbh, test_sql, "DROP TABLE sip_presence", pres_sql); in sofia_glue_init_sql()
2660 switch_cache_db_test_reactive(dbh, test_sql, "DROP TABLE sip_authentication", auth_sql); in sofia_glue_init_sql()
2666switch_cache_db_test_reactive(dbh, test_sql, "DROP TABLE sip_shared_appearance_subscriptions", sha… in sofia_glue_init_sql()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_cdr_sqlite/
H A Dmod_cdr_sqlite.c272 switch_cache_db_test_reactive(dbh, select_sql, NULL, create_sql); in load_config()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_v8/src/
H A Dfsdbh.cpp303 if (switch_cache_db_test_reactive(dbh, test_sql, drop_sql, reactive_sql) == SWITCH_TRUE) { in JS_DBH_FUNCTION_IMPL()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_callcenter/
H A Dmod_callcenter.c1569switch_cache_db_test_reactive(dbh, "select count(session_uuid) from members", "drop table members"… in load_config()
1570switch_cache_db_test_reactive(dbh, "select count(ready_time) from agents", NULL, "alter table agen… in load_config()
1573switch_cache_db_test_reactive(dbh, "select count(no_answer_delay_time) from agents", NULL, "alter … in load_config()
1574switch_cache_db_test_reactive(dbh, "select count(ready_time) from agents", "drop table agents", ag… in load_config()
1575switch_cache_db_test_reactive(dbh, "select count(external_calls_count) from agents", NULL, "alter … in load_config()
1576switch_cache_db_test_reactive(dbh, "select count(queue) from tiers", "drop table tiers" , tiers_sq… in load_config()
1589switch_cache_db_test_reactive(dbh, "select count(instance_id) from agents", NULL, "alter table age… in load_config()
1590switch_cache_db_test_reactive(dbh, "select count(instance_id) from members", NULL, "alter table me… in load_config()
1592switch_cache_db_test_reactive(dbh, "select count(instance_id) from agents", NULL, "alter table age… in load_config()
1593switch_cache_db_test_reactive(dbh, "select count(instance_id) from members", NULL, "alter table me… in load_config()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_skinny/
H A Dmod_skinny.c2437 switch_cache_db_test_reactive(dbh, "select count(*) from skinny_devices", NULL, devices_sql); in load_skinny_config()
2438 switch_cache_db_test_reactive(dbh, "select count(*) from skinny_lines", NULL, lines_sql); in load_skinny_config()
2439 switch_cache_db_test_reactive(dbh, "select count(*) from skinny_buttons", NULL, buttons_sql); in load_skinny_config()
2440switch_cache_db_test_reactive(dbh, "select count(*) from skinny_active_lines", NULL, active_lines_… in load_skinny_config()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_lua/
H A Dfreeswitch_lua.cpp419 if (switch_cache_db_test_reactive(dbh, test_sql, drop_sql, reactive_sql) == SWITCH_TRUE) { in test_reactive()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_directory/
H A Dmod_directory.c499switch_cache_db_test_reactive(dbh, "delete from directory_search where uuid != '' and name_visible… in load_config()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_fifo/
H A Dmod_fifo.c4459switch_cache_db_test_reactive(dbh, "delete from fifo_outbound where static = 1 or taking_calls < 0… in load_config()
4461switch_cache_db_test_reactive(dbh, "delete from fifo_bridge", "drop table fifo_bridge", bridge_sql… in load_config()
4462switch_cache_db_test_reactive(dbh, "delete from fifo_callers", "drop table fifo_callers", callers_… in load_config()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_voicemail/
H A Dmod_voicemail.c778 switch_cache_db_test_reactive(dbh, "select count(forwarded_by) from voicemail_msgs", NULL, in load_profile()
780switch_cache_db_test_reactive(dbh, "select count(forwarded_by) from voicemail_msgs", "drop table v… in load_profile()
782switch_cache_db_test_reactive(dbh, "select count(username) from voicemail_prefs", "drop table voic… in load_profile()
783switch_cache_db_test_reactive(dbh, "select count(password) from voicemail_prefs", NULL, "alter tab… in load_profile()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_core.h2668 SWITCH_DECLARE(switch_bool_t) switch_cache_db_test_reactive(switch_cache_db_handle_t *db,
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_dingaling/
H A Dmod_dingaling.c3319 switch_cache_db_test_reactive(dbh, "select * from jabber_subscriptions", NULL, sub_sql); in soft_reload()
3451 switch_cache_db_test_reactive(dbh, "select * from jabber_subscriptions", NULL, sub_sql); in load_config()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_verto/
H A Dmod_verto.c6185switch_cache_db_test_reactive(dbh, "select name from json_store where name=''", "drop table json_s… in SWITCH_MODULE_LOAD_FUNCTION()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs9927 …public static switch_bool_t switch_cache_db_test_reactive(SWIGTYPE_p_switch_cache_db_handle db, st… in switch_cache_db_test_reactive() method in FreeSWITCH.Native.freeswitch
9928 …switch_bool_t ret = (switch_bool_t)freeswitchPINVOKE.switch_cache_db_test_reactive(SWIGTYPE_p_swit… in switch_cache_db_test_reactive()
19566 …public static extern int switch_cache_db_test_reactive(global::System.Runtime.InteropServices.Hand… in switch_cache_db_test_reactive() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx17807 …result = (switch_bool_t)switch_cache_db_test_reactive(arg1,(char const *)arg2,(char const *)arg3,(… in CSharp_FreeSWITCHfNative_switch_cache_db_test_reactive___()