]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
FS-10801: [core] Add a database interface to the FreeSWITCH Core.
authorAndrey Volk <andywolk@gmail.com>
Mon, 2 Apr 2018 11:02:19 +0000 (14:02 +0300)
committerAndrey Volk <andywolk@gmail.com>
Mon, 15 Jul 2019 18:18:19 +0000 (22:18 +0400)
commit07e0d4f90cb6435e4ffe3c02864b98fe4df78c14
tree07be29e425869ac86e229a763be8fdcf3c2f798e
parentfbbac9574401e313d78c206c341cea62797d4ca8
FS-10801: [core] Add a database interface to the FreeSWITCH Core.
src/include/private/switch_core_pvt.h
src/include/switch_core.h
src/include/switch_loadable_module.h
src/include/switch_module_interfaces.h
src/include/switch_types.h
src/switch_core.c
src/switch_core_sqldb.c
src/switch_loadable_module.c