-
- Downloads
Merge changes from team/russell/sqlite:
* Add new module, cdr_sqlite3_custom which allows logging custom CDRs into a SQLite3 database. (issue #7149, alerios) * Add new module, res_config_sqlite, which adds realtime database configuration support for SQLite version 2. I decided that this was ok since we didn't have any realtime support for version 3. If someone ports this to version 3, then version 2 support can be removed or marked deprecated. (issue #7790, rbarun_proformatique) * Mark cdr_sqlite as deprecated in favor of cdr_sqlite3_custom. Also, note that there were other modules on the bug tracker that did not make the cut because they provided some duplicated functionality. Those are: * cdr_sqlite3 (issue #6754, moy) * cdr_sqlite3 (issue #8694, bsd) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@58866 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Showing
- CHANGES 2 additions, 0 deletionsCHANGES
- UPGRADE.txt 6 additions, 0 deletionsUPGRADE.txt
- build_tools/menuselect-deps.in 1 addition, 0 deletionsbuild_tools/menuselect-deps.in
- cdr/cdr_sqlite.c 5 additions, 0 deletionscdr/cdr_sqlite.c
- cdr/cdr_sqlite3_custom.c 264 additions, 0 deletionscdr/cdr_sqlite3_custom.c
- configs/cdr_sqlite3_custom.conf 7 additions, 0 deletionsconfigs/cdr_sqlite3_custom.conf
- configs/extconfig.conf.sample 7 additions, 0 deletionsconfigs/extconfig.conf.sample
- configs/res_config_sqlite.conf 15 additions, 0 deletionsconfigs/res_config_sqlite.conf
- configure 498 additions, 6 deletionsconfigure
- configure.ac 3 additions, 0 deletionsconfigure.ac
- doc/res_config_sqlite.txt 117 additions, 0 deletionsdoc/res_config_sqlite.txt
- include/asterisk/autoconfig.h.in 6 additions, 0 deletionsinclude/asterisk/autoconfig.h.in
- makeopts.in 3 additions, 0 deletionsmakeopts.in
- res/res_config_sqlite.c 1311 additions, 0 deletionsres/res_config_sqlite.c
Loading
Please register or sign in to comment