Commit Graph

16 Commits (005a4afa6b0e710e11b47b11cfc152b028c596fc)

Author SHA1 Message Date
George Joseph f882ca2572 modules: change module LOAD_FAILUREs to LOAD_DECLINES
8 years ago
Sean Bright 5eb7875243 realtime: Centralize some common realtime backend code
8 years ago
zuul f29ea24d9f Merge "realtime: Fix LIKE escaping in SQL backends" into 13
8 years ago
zuul d8ae2e053b Merge "res_config_sqlite3: Properly create missing columns when necessary" into 13
8 years ago
Sean Bright 5b7c6678ae res_config_sqlite3: Fix crash when loading with invalid config
8 years ago
Sean Bright 2cd75fe311 realtime: Fix LIKE escaping in SQL backends
8 years ago
Sean Bright 9b02bbfa88 res_config_sqlite3: Properly create missing columns when necessary
8 years ago
Christof Lauber ea9deff996 res_config_sqlite3: Fix crashes when reading peers from sqlite3 tables
9 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