]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
refactor db stuff to use single string dsn to avoid code duplication and introduce...
authorAnthony Minessale <anthm@freeswitch.org>
Wed, 10 Oct 2012 01:20:32 +0000 (20:20 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Wed, 10 Oct 2012 01:20:32 +0000 (20:20 -0500)
commite1fe28967287078a282a75d6200f3237ee1e21d7
tree37fe928eaed397faa7d08f352a3303d045565b7c
parentfc764b27bf613f4a279d10e0d4abe3ec14224e34
refactor db stuff to use single string dsn to avoid code duplication and introduce switch_sql_queue_manager api to create transactional sql queues to aggregate a bunch of sql stmts into transactions
20 files changed:
src/include/private/switch_core_pvt.h
src/include/switch_core.h
src/include/switch_types.h
src/mod/applications/mod_callcenter/mod_callcenter.c
src/mod/applications/mod_cidlookup/mod_cidlookup.c
src/mod/applications/mod_db/mod_db.c
src/mod/applications/mod_directory/mod_directory.c
src/mod/applications/mod_easyroute/mod_easyroute.c
src/mod/applications/mod_fifo/mod_fifo.c
src/mod/applications/mod_lcr/mod_lcr.c
src/mod/applications/mod_voicemail/mod_voicemail.c
src/mod/endpoints/mod_dingaling/mod_dingaling.c
src/mod/endpoints/mod_skinny/mod_skinny.c
src/mod/endpoints/mod_sofia/mod_sofia.h
src/mod/endpoints/mod_sofia/sofia.c
src/mod/endpoints/mod_sofia/sofia_glue.c
src/mod/event_handlers/mod_cdr_sqlite/mod_cdr_sqlite.c
src/switch_console.c
src/switch_core.c
src/switch_core_sqldb.c