summaryrefslogtreecommitdiff
path: root/apps/app_forkcdr.c
AgeCommit message (Expand)Author
2018-03-14loader: Convert reload_classes to built-in modules.Corey Farrell
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2017-04-12modules: change module LOAD_FAILUREs to LOAD_DECLINESGeorge Joseph
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2014-08-06Stasis: Allow message types to be blockedKinsey Moore
2014-01-12CDRs: Synchronize dialplan applications that manipulate CDRs with the engineMatthew Jordan
2013-12-19app_cdr,app_forkcdr,func_cdr: Synchronize with engine when manipulating stateMatthew Jordan
2013-06-17Update Asterisk's CDRs for the new bridging frameworkMatthew Jordan
2012-04-13Make ForkCDR e option not set end time of the newly forked CDR logJonathan Rose
2012-02-20ast_channel opaquification of pointers and integral typesTerry Wilson
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2009-11-03This patch adds a sequence field to CDRs that can be combined with the linked...Matthew Nicholson
2009-07-30Fixes numerous spelling errors. Patch submitted by alecdavis.David Brooks
2009-05-21Const-ify the world (or at least a good part of it)Kevin P. Fleming
2009-05-04Commit documentation changes related to issue #14801.Leif Madsen
2008-11-05- Add PlayTones() and StopPlayTones() applications XML documentation.Eliel C. Sardanons
2008-11-04Add XML documentation for the ForkCDR() application.Eliel C. Sardanons
2008-08-10More RSW merges. Everything from apps/ except for the big offendersSean Bright
2008-06-22Merged revisions 124540 via svnmerge from Steve Murphy
2008-06-12Merged revisions 122127 via svnmerge from Steve Murphy
2008-06-12Merged revisions 122046 via svnmerge from Steve Murphy
2008-05-29Merged revisions 118858 via svnmerge from Steve Murphy
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyLuigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-06"show application <foo>" changes for clarity.Mark Michelson
2007-07-16Applications no longer need to call ast_module_user_add and ast_module_user_r...Joshua Colp
2007-07-16It is no longer required for each module that deals with a channel to call as...Joshua Colp
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-08-14fix a typo and a very minor formatting changeNorth Antara
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-04-14This rather large commit changes the way modules are loaded. Luigi Rizzo
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...Kevin P. Fleming
2006-02-15remove the uses of the deprecated STANDARD_LOCAL_USERRussell Bryant
2005-12-30update doxygen docs to specify authorsRussell Bryant
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-16issue #5763Kevin P. Fleming
2005-11-08make app_queue 1.2 jump compliant (issue #5580)Russell Bryant
2005-11-07use correct arguments to ast_cdr_reset from my changes earlier todayRussell Bryant
2005-11-06issue #5605Russell Bryant
2005-10-26remove unnecessary checks before calls to ast_strlen_zeroRussell Bryant
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-10-18it's a good idea to unregister everything before calling STANDARD_HANGUP_LOCA...Russell Bryant
2005-09-15more license/copyright header updates (thanks Ian!)Kevin P. Fleming
2005-07-25use CDR API calls instead of re-implementing them (bug #4726)Kevin P. Fleming
2005-07-15add a library of timeval manipulation functions, and change a large number of...Kevin P. Fleming
2005-06-06the last round of file version tagsKevin P. Fleming
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...Kevin P. Fleming
2005-03-25Fix fork CDR seggy (bug #3855)Mark Spencer
2005-02-23Merge anthm's CDR updates (bug #3595)Mark Spencer