]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
Abstract the sql_manager and cache_db stuff so that modules can utilize the core...
authorEliot Gable <egable@gmail.com>
Thu, 4 Oct 2012 20:19:38 +0000 (20:19 +0000)
committerEliot Gable <egable@gmail.com>
Mon, 8 Oct 2012 20:34:09 +0000 (20:34 +0000)
commite08f9ada73cb7a39477c4fe255fe28af7c6bfa92
treed0b838e2d16ed663852d0368fa9716571f79be74
parent5cb354dddc142a3e8abf0b0a3cdeac28745238fd
Abstract the sql_manager and cache_db stuff so that modules can utilize the core functionality to run their own instance of a cached SQL connection. Includes patch to fix some segs in case ODBC does not have password set or if using PGSQL support.
src/include/switch_core.h
src/include/switch_types.h
src/switch_core.c
src/switch_core_sqldb.c