summaryrefslogtreecommitdiff
path: root/include/asterisk/cdr.h
AgeCommit message (Expand)Author
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)Tilghman Lesher
2008-08-05Merged revisions 135799 via svnmerge from Steve Murphy
2008-07-03Merged revisions 127663 via svnmerge from Steve Murphy
2008-06-12Merged revisions 122046 via svnmerge from Steve Murphy
2008-06-11Expand CDR uniqueid field to 150 chars, to account for maximum systemname.Tilghman Lesher
2008-03-10Merged revisions 107016 via svnmerge from Joshua Colp
2008-02-26Add an 'e' option to ResetCDR which re-enables a CDR that has been disabled.Joshua Colp
2007-12-11A lot of doxygen updatesOlle Johansson
2007-11-27Merged revisions 89622 via svnmerge from Steve Murphy
2007-07-19After some study, thought, comparing, etc. I've backed out the previous unive...Steve Murphy
2007-07-17via 10206, I have added an option (e) to Dial to allow the h exten to get run...Steve Murphy
2007-07-16Merge a bunch of doxygen updates to header files. This includes changes toRussell Bryant
2007-05-18Merged revisions 65200 via svnmerge from Steve Murphy
2007-03-30Merged revisions 59522 via svnmerge from Steve Murphy
2007-03-30Merged revisions 59486 via svnmerge from Steve Murphy
2007-02-14New CLI command "Core show settings" to list some core settingsOlle Johansson
2006-12-18convert the final clients of ast_build_string to use ast_str_*()Luigi Rizzo
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-05-03document that ast_cdr_answer is happy with a NULL argumentLuigi Rizzo
2006-03-22Merged revisions 14234 via svnmerge from Joshua Colp
2006-03-01Merged revisions 11503 via svnmerge from Tilghman Lesher
2006-02-23Bug 6417 - Allow retrieval of raw CDR valuesTilghman Lesher
2006-02-14Bug 4377 - Initial round of loader changesTilghman Lesher
2006-02-01use string fields for some stuff in ast_channelKevin P. Fleming
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-06Convert some built-in applications to use new args parsing macros.Russell Bryant
2005-10-31fix various bugs related to list handling of channel variables (issue #5548)Kevin P. Fleming
2005-10-26clean up a lot of doxygen errors and warnings (issue #5522)Russell Bryant
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-08-30major header file cleanup: license, copyrights, descriptions, markers, etc.Kevin P. Fleming
2005-07-25use CDR API calls instead of re-implementing them (bug #4726)Kevin P. Fleming
2005-06-03support configurable batch posting of CDRs (off by default) (bug #3883)Kevin P. Fleming
2005-05-30Fix cdr.h ordering issue (bug #4401)Mark Spencer
2005-05-25Use defined AST_MAX_ACCOUNT_CODE (bug #4350)Mark Spencer
2005-05-04remove hardcoded CDR() support from pbx_builtin_setvar_helper in favor of alr...Kevin P. Fleming
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...Kevin P. Fleming
2005-03-29Allow functions to be written to (bug #2278, with mods)Mark Spencer
2005-02-23Merge anthm's CDR updates (bug #3595)Mark Spencer
2005-01-21update copyright headers for 2005Russell Bryant
2005-01-17Misc Grammer/formatting fixes - Thanks Corydon76! (bug #3361)Josh Roberson
2005-01-15Repair // comments to /* */ comments (bug #3347)Mark Spencer
2005-01-10More flagification, courtesy drumkilla (bug #3280)Mark Spencer
2004-10-27rollback stupid codeAnthony Minessale II
2004-10-22This patch adds a new api call:Anthony Minessale II
2004-10-03Correct CDR's for supervised transfer (bug #1595)Mark Spencer
2004-10-03Major PBX revamps (including labels, update examples)Mark Spencer
2004-09-24add app_forkcdrAnthony Minessale II
2004-07-02Back out accidental changes by anthmMark Spencer
2004-07-02autodial updateAnthony Minessale II
2004-06-28Add new built-in app 'SetAMAFlags'Jeremy McNamara