Commit Graph

18 Commits (18e4ca13b43fa90bc8ca11b8b11dc4fd23251e2e)

Author SHA1 Message Date
Tilghman Lesher 18e4ca13b4 Merged revisions 257065 via svnmerge from
15 years ago
Sean Bright 355113c8df Merged revisions 252314 via svnmerge from
15 years ago
Matthew Nicholson 83bc41dcb9 Merged revisions 223136 via svnmerge from
16 years ago
Sean Bright 5e6fbf81c7 Merged revisions 202417 via svnmerge from
16 years ago
Tilghman Lesher 1a1831118b If cdr registration somehow succeeds without a config file, don't crash.
16 years ago
Tilghman Lesher 43ab90e500 Merged revisions 179161 via svnmerge from
16 years ago
Sean Bright 2bc89083d9 Merged revisions 137933 via svnmerge from
17 years ago
Russell Bryant 4af367c3a9 Merged revisions 109447 via svnmerge from
17 years ago
Jason Parker 0ea5f428d0 Fix a problem with quoting in sqlite3 cdr module..
18 years ago
Luigi Rizzo 7e8835e0d7 remove another set of redundant #include "asterisk/options.h"
18 years ago
Luigi Rizzo a23c055c3d move asterisk/paths.h outside asterisk.h and into those files
18 years ago
Luigi Rizzo 9335ace850 another bunch of include removals (errno.h and asterisk/logger.h)
18 years ago
Luigi Rizzo fdb7f7ba3d Start untangling header inclusion in a way that does not affect
18 years ago
Jason Parker b436362b19 Fix a few potential deadlocks in cdr_sqlite3_custom.
18 years ago
Steve Murphy 63f2f04cf4 This commits the performance mods that give the priority processing engine in the pbx, a 25-30% speed boost. The two updates used, are, first, to merge the ast_exists_extension() and the ast_spawn_extension() where they are called sequentially in a loop in the code, into a slightly upgraded version of ast_spawn_extension(), with a few extra args; and, second, I modified the substitute_variables_helper_full, so it zeroes out the byte after the evaluated string instead of demanding you pre-zero the buffer; I also went thru the code and removed the code that zeroed this buffer before every call to the substitute_variables_helper_full. The first fix provides about a 9% speedup, and the second the rest. These figures come from the 'PIPS' benchmark I describe in blogs, conf. reports, etc.
18 years ago
Jason Parker 0d1abc92fe Don't try to continue loading cdr_sqlite3_custom on a module load failure (such as the config not existing)
18 years ago
Tilghman Lesher 56b9568164 Don't reload a configuration file if nothing has changed.
18 years ago
Russell Bryant 5bea998a55 Merge changes from team/russell/sqlite:
18 years ago