2006-04-21 |
Luigi Rizzo | Replace three replicas of the same code with a function. |
blob | commitdiff |
2006-04-14 |
Luigi Rizzo | This rather large commit changes the way modules are... |
blob | commitdiff | diff to current |
2006-04-06 |
Luigi Rizzo | + create function cdr_get_tv to replace several duplicated |
blob | commitdiff | diff to current |
2006-03-26 |
Russell Bryant | conversions to S_OR (issue #6803) |
blob | commitdiff | diff to current |
2006-03-22 |
Joshua Colp | Merged revisions 14234 via svnmerge from |
blob | commitdiff | diff to current |
2006-03-15 |
Russell Bryant | Furthermore, set the disposition to FAILED if the CDR... |
blob | commitdiff | diff to current |
2006-03-15 |
Russell Bryant | don't calculate a duration if the CDR wasn't started... |
blob | commitdiff | diff to current |
2006-03-15 |
Russell Bryant | remove calculations that always evaluate to zero, thank... |
blob | commitdiff | diff to current |
2006-03-14 |
Russell Bryant | add an option to cdr.conf that enables ending CDRs... |
blob | commitdiff | diff to current |
2006-03-01 |
Tilghman Lesher | Merged revisions 11503 via svnmerge from |
blob | commitdiff | diff to current |
2006-02-23 |
Tilghman Lesher | Bug 6417 - Allow retrieval of raw CDR values |
blob | commitdiff | diff to current |
2006-02-15 |
Kevin P. Fleming | more memory allocation wrapper conversion |
blob | commitdiff | diff to current |
2006-02-14 |
Tilghman Lesher | Bug 4377 - Initial round of loader changes |
blob | commitdiff | diff to current |
2006-02-11 |
Kevin P. Fleming | Merged revisions 9493,9528 via svnmerge from |
blob | commitdiff | diff to current |
2006-02-10 |
Kevin P. Fleming | Merged revisions 9404 via svnmerge from |
blob | commitdiff | diff to current |
2006-02-01 |
Kevin P. Fleming | use string fields for some stuff in ast_channel |
blob | commitdiff | diff to current |
2006-01-04 |
Russell Bryant | doxygen tweak |
blob | commitdiff | diff to current |
2005-12-30 |
Russell Bryant | update doxygen docs to specify authors |
blob | commitdiff | diff to current |
2005-12-19 |
Tilghman Lesher | Merged revisions 7521 via svnmerge from |
blob | commitdiff | diff to current |
2005-11-29 |
Kevin P. Fleming | remove extraneous svn:executable properties |
blob | commitdiff | diff to current |
2005-11-29 |
Russell Bryant | remove duplicate list of cdr variable names (issue... |
blob | commitdiff | diff to current |
2005-11-14 |
Russell Bryant | finish merging doxygen updates from issue #5605 |
blob | commitdiff | diff to current |
2005-11-06 |
Russell Bryant | Convert some built-in applications to use new args... |
blob | commitdiff | diff to current |
2005-10-28 |
Kevin P. Fleming | add 'ast_cond_t' type for pthread condition variables... |
blob | commitdiff | diff to current |
2005-10-27 |
Mark Spencer | Fix CDR crash (bug #5525 and many others) |
blob | commitdiff | diff to current |
2005-10-26 |
Russell Bryant | change ast_strlen_zero to also check for the string... |
blob | commitdiff | diff to current |
2005-10-24 |
Russell Bryant | Doxygen documentation update from oej (issue #5505) |
blob | commitdiff | diff to current |
2005-09-14 |
Kevin P. Fleming | update MANY more files with proper copyright/license... |
blob | commitdiff | diff to current |
2005-08-09 |
Kevin P. Fleming | eliminate compiler warnings when DEBUG_THREADS is enabled |
blob | commitdiff | diff to current |
2005-07-25 |
Kevin P. Fleming | use CDR API calls instead of re-implementing them ... |
blob | commitdiff | diff to current |
2005-07-15 |
Kevin P. Fleming | add a library of timeval manipulation functions, and... |
blob | commitdiff | diff to current |
2005-07-08 |
Kevin P. Fleming | ensure globals are all static |
blob | commitdiff | diff to current |
2005-07-07 |
Russell Bryant | super crazy ast_copy_string conversion madness! |
blob | commitdiff | diff to current |
2005-07-07 |
Kevin P. Fleming | make CLI output use singular/plural when appropriate... |
blob | commitdiff | diff to current |
2005-06-20 |
Kevin P. Fleming | use ast_build_string() to build strings into buffers... |
blob | commitdiff | diff to current |
2005-06-17 |
Kevin P. Fleming | minor fixes to conform to the newly-posted coding guide... |
blob | commitdiff | diff to current |
2005-06-17 |
Mark Spencer | Fix reset cdr (bug #4531) |
blob | commitdiff | diff to current |
2005-06-15 |
Kevin P. Fleming | ensure proper variables are returned from CDR function... |
blob | commitdiff | diff to current |
2005-06-14 |
Kevin P. Fleming | don't use pthread_mutex_lock |
blob | commitdiff | diff to current |
2005-06-06 |
Kevin P. Fleming | more file version tags |
blob | commitdiff | diff to current |
2005-06-06 |
Kevin P. Fleming | remove experimental module version tags |
blob | commitdiff | diff to current |
2005-06-03 |
Kevin P. Fleming | support configurable batch posting of CDRs (off by... |
blob | commitdiff | diff to current |
2005-05-25 |
Mark Spencer | Use defined AST_MAX_ACCOUNT_CODE (bug #4350) |
blob | commitdiff | diff to current |
2005-05-15 |
Kevin P. Fleming | various fixes: |
blob | commitdiff | diff to current |
2005-05-05 |
Anthony Minessale II | expose function execution routines and warn about tryin... |
blob | commitdiff | diff to current |
2005-04-22 |
Kevin P. Fleming | phase 1 of header include cleanup (bug #4067) |
blob | commitdiff | diff to current |
2005-04-21 |
Kevin P. Fleming | use double-quotes instead of angle-brackets for non... |
blob | commitdiff | diff to current |
2005-04-13 |
Russell Bryant | add missing newlines, fix misspelling of nonexistent... |
blob | commitdiff | diff to current |
2005-03-29 |
Mark Spencer | Allow functions to be written to (bug #2278, with mods) |
blob | commitdiff | diff to current |
2005-02-23 |
Mark Spencer | Merge anthm's CDR updates (bug #3595) |
blob | commitdiff | diff to current |
2005-01-21 |
Russell Bryant | update copyright headers for 2005 |
blob | commitdiff | diff to current |
2005-01-17 |
Josh Roberson | Misc Grammer/formatting fixes - Thanks Corydon76! ... |
blob | commitdiff | diff to current |
2005-01-10 |
Mark Spencer | More flagification, courtesy drumkilla (bug #3280) |
blob | commitdiff | diff to current |
2004-10-27 |
Anthony Minessale II | rollback stupid code |
blob | commitdiff | diff to current |
2004-10-22 |
Anthony Minessale II | This patch adds a new api call: |
blob | commitdiff | diff to current |
2004-10-03 |
Mark Spencer | Correct CDR's for supervised transfer (bug #1595) |
blob | commitdiff | diff to current |
2004-10-03 |
Mark Spencer | Major PBX revamps (including labels, update examples) |
blob | commitdiff | diff to current |
2004-10-02 |
Mark Spencer | Huge callerid rework (might break H.323, others) |
blob | commitdiff | diff to current |
2004-09-24 |
Anthony Minessale II | add app_forkcdr |
blob | commitdiff | diff to current |
2004-09-10 |
Mark Spencer | Handle macros in the CDR properly (bug #2414) |
blob | commitdiff | diff to current |
2004-07-09 |
Mark Spencer | More strcpy / snprintf as part of rgagnon's audit ... |
blob | commitdiff | diff to current |
2004-06-28 |
Jeremy McNamara | Add new built-in app 'SetAMAFlags' |
blob | commitdiff | diff to current |
2004-06-22 |
James Golovich | Misc formatting cleanups |
blob | commitdiff | diff to current |
2004-06-22 |
James Golovich | Remove pthread.h from source. We should be using aster... |
blob | commitdiff | diff to current |
2004-06-20 |
Mark Spencer | Merge (and cleanup) anthm's CDR changes |
blob | commitdiff | diff to current |
2004-06-20 |
Mark Spencer | Allow CDR's to be linked and work on the linked list |
blob | commitdiff | diff to current |
2004-06-09 |
Mark Spencer | Merge FreeBSD locking fixes (bug #1411) |
blob | commitdiff | diff to current |
2004-05-06 |
James Golovich | Use ast_strlen_zero in cdr.c |
blob | commitdiff | diff to current |
2004-04-21 |
James Golovich | Log that we are unregistering cdr module (bug 1460) |
blob | commitdiff | diff to current |
2004-01-11 |
Jeremy McNamara | Add application to log user data to the CDRs |
blob | commitdiff | diff to current |
2003-09-17 |
Martin Pycko | Don't complain that wait4 is unkown and make sure that... |
blob | commitdiff | diff to current |
2003-09-12 |
Martin Pycko | Add distinguishing between BUSY and FAILURE for outgoin... |
blob | commitdiff | diff to current |
2003-08-13 |
Mark Spencer | Totally revamp thread debugging to support locating... |
blob | commitdiff | diff to current |
2003-05-30 |
Mark Spencer | Add unique identifier |
blob | commitdiff | diff to current |
2003-03-30 |
Mark Spencer | Merge hint patch, add new variables, and misc. PBX... |
blob | commitdiff | diff to current |
2003-02-02 |
Mark Spencer | Version 0.3.0 from FTP |
blob | commitdiff | diff to current |
2002-07-29 |
Mark Spencer | Version 0.2.0 from FTP |
blob | commitdiff | diff to current |
2002-05-13 |
Mark Spencer | Version 0.1.12 from FTP |
blob | commitdiff | diff to current |
2002-02-18 |
Mark Spencer | Version 0.1.11 from FTP |
blob | commitdiff | diff to current |
2001-10-18 |
Mark Spencer | Version 0.1.10 from FTP |
blob | commitdiff | diff to current |
|