Commit Graph

10 Commits (811e7d778851a844cc99987b818d14b68825ab8c)

Author SHA1 Message Date
Christof Lauber b7970cabfa res_config_sqlite3: Fix crashes when reading peers from sqlite3 tables
9 years ago
Matt Jordan 4a58261694 git migration: Refactor the ASTERISK_FILE_VERSION macro
10 years ago
Mark Michelson dcf1ad14da Add module support level to ast_module_info structure. Print it in CLI "module show" .
11 years ago
Igor Goncharovskiy a1e0a5e4b0 We have faced situation when using CDR and CEL by sqlite3 modules. With system having high load (~100 concurrent calls created by sipp) we found many cdr and cel records missed. There is special finction in sqlite3, that make able to fix this situation - sqlite3_wait_timeout, that also can replace awful code cdr_sqlite3 ad cel_sqlite3 modules. Also this function can be used for aastdb and res_config_sqlite3 to avoid missed writes to sqlite db.
11 years ago
Joshua Colp 02be50b1ac Add support for a realtime sorcery module.
12 years ago
Andrew Latham c7857504df Doxygen Updates - Title update
13 years ago
Andrew Latham e11cc29360 Doxygen Cleanup
13 years ago
Walter Doekes fc63e07135 Avoid cppcheck warnings; removing unused vars and a bit of cleanup.
13 years ago
Kinsey Moore a485f44022 Add missing newlines to CLI logging
13 years ago
Terry Wilson 1fed068bae Add SQLite 3 realtime support
14 years ago