Commit Graph

82 Commits (f54bef6dffaaf095ccb51ebfa6f1932a102c56be)

Author SHA1 Message Date
Kevin P. Fleming 472c1ca282 simplify autoconfig include mechanism (make tholo happy he can use lint again :-)
19 years ago
Kevin P. Fleming eb38f13a2e add a command-line flag and option to force forking, even with -v or -d
19 years ago
Luigi Rizzo 2d0ff2cf1a Replace three replicas of the same code with a function.
19 years ago
Luigi Rizzo e43bc6634d This rather large commit changes the way modules are loaded.
19 years ago
Luigi Rizzo e245d3a975 + create function cdr_get_tv to replace several duplicated
19 years ago
Russell Bryant d0b003a427 conversions to S_OR (issue #6803)
19 years ago
Joshua Colp 6cda4c3b8b Merged revisions 14234 via svnmerge from
19 years ago
Russell Bryant cde3711d7c Furthermore, set the disposition to FAILED if the CDR was never even started
19 years ago
Russell Bryant 62d5f5a7ea don't calculate a duration if the CDR wasn't started, as it will result in a
19 years ago
Russell Bryant 1bcfff48e4 remove calculations that always evaluate to zero, thanks Luigi!
19 years ago
Russell Bryant 4e6af293f9 add an option to cdr.conf that enables ending CDRs before executing
19 years ago
Tilghman Lesher c6f691fbcc Merged revisions 11503 via svnmerge from
19 years ago
Tilghman Lesher 53936916ec Bug 6417 - Allow retrieval of raw CDR values
19 years ago
Kevin P. Fleming a1e703fb01 more memory allocation wrapper conversion
19 years ago
Tilghman Lesher f1209276fd Bug 4377 - Initial round of loader changes
19 years ago
Kevin P. Fleming 99f10b2e26 Merged revisions 9493,9528 via svnmerge from
19 years ago
Kevin P. Fleming cadfcdfe8e Merged revisions 9404 via svnmerge from
20 years ago
Kevin P. Fleming a16ae226b6 use string fields for some stuff in ast_channel
20 years ago
Russell Bryant d904a19e56 doxygen tweak
20 years ago
Russell Bryant a725468381 update doxygen docs to specify authors
20 years ago
Tilghman Lesher 9b166d3319 Merged revisions 7521 via svnmerge from
20 years ago
Kevin P. Fleming 2c65582b66 remove extraneous svn:executable properties
20 years ago
Russell Bryant df53606847 remove duplicate list of cdr variable names (issue #5865)
20 years ago
Russell Bryant d8dfa4434d finish merging doxygen updates from issue #5605
20 years ago
Russell Bryant 7d4a5abb1d Convert some built-in applications to use new args parsing macros.
20 years ago
Kevin P. Fleming a0cb07e467 add 'ast_cond_t' type for pthread condition variables, and appropriate API wrappers
20 years ago
Mark Spencer f8c90f03b8 Fix CDR crash (bug #5525 and many others)
20 years ago
Russell Bryant a736096e0b change ast_strlen_zero to also check for the string to be defined
20 years ago
Russell Bryant 3453e3efa5 Doxygen documentation update from oej (issue #5505)
20 years ago
Kevin P. Fleming 5da915dcfd update MANY more files with proper copyright/license info (thanks Ian!)
20 years ago
Kevin P. Fleming 957eed7682 eliminate compiler warnings when DEBUG_THREADS is enabled
20 years ago
Kevin P. Fleming f358db3d43 use CDR API calls instead of re-implementing them (bug #4726)
20 years ago
Kevin P. Fleming 22b0f5d306 add a library of timeval manipulation functions, and change a large number of usses to use the new functions (bug #4504)
20 years ago
Kevin P. Fleming 0111a38e4b ensure globals are all static
20 years ago
Russell Bryant c65d75dac5 super crazy ast_copy_string conversion madness!
20 years ago
Kevin P. Fleming f268ea2b3c make CLI output use singular/plural when appropriate (bug #4654)
20 years ago
Kevin P. Fleming 11ea6fe59f use ast_build_string() to build strings into buffers, and general cleanup of variable serializing functions used by 'show channel' (bug #4558)
20 years ago
Kevin P. Fleming 9e12e429f6 minor fixes to conform to the newly-posted coding guideline :-)
20 years ago
Mark Spencer ac4ac37df1 Fix reset cdr (bug #4531)
20 years ago
Kevin P. Fleming 80fe4e16b2 ensure proper variables are returned from CDR function (bug #4521)
20 years ago
Kevin P. Fleming 86511f89fb don't use pthread_mutex_lock
20 years ago
Kevin P. Fleming 2b8338cb52 more file version tags
20 years ago
Kevin P. Fleming 0e6762dd5f remove experimental module version tags
20 years ago
Kevin P. Fleming 23472dd2c0 support configurable batch posting of CDRs (off by default) (bug #3883)
20 years ago
Mark Spencer 41e7cc8154 Use defined AST_MAX_ACCOUNT_CODE (bug #4350)
20 years ago
Kevin P. Fleming 219541b5e0 various fixes:
20 years ago
Anthony Minessale II 6b7677e842 expose function execution routines and warn about trying to set a read-only cdr var
20 years ago
Kevin P. Fleming 199add9567 phase 1 of header include cleanup (bug #4067)
20 years ago
Kevin P. Fleming 1f9ab2380a use double-quotes instead of angle-brackets for non-system include files (bug #4058)
20 years ago
Russell Bryant 7bffc0459c add missing newlines, fix misspelling of nonexistent (bug #4027)
20 years ago