aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_forkcdr.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-30Merged revisions 209554 via svnmerge from dbrooks1-1/+1
2009-05-04Merged revisions 192096 via svnmerge from lmadsen1-2/+3
2008-11-05- Add PlayTones() and StopPlayTones() applications XML documentation.eliel1-1/+1
2008-11-04Add XML documentation for the ForkCDR() application.eliel1-85/+104
2008-08-10More RSW merges. Everything from apps/ except for the big offendersseanbright1-3/+5
2008-06-22Merged revisions 124540 via svnmerge from murf1-3/+3
2008-06-12Merged revisions 122127 via svnmerge from murf1-1/+1
2008-06-12Merged revisions 122046 via svnmerge from murf1-6/+77
2008-05-29Merged revisions 118858 via svnmerge from murf1-8/+89
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyrizzo1-1/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-5/+0
2007-11-06"show application <foo>" changes for clarity.mmichelson1-2/+3
2007-07-16Applications no longer need to call ast_module_user_add and ast_module_user_r...file1-4/+0
2007-07-16It is no longer required for each module that deals with a channel to call as...file1-7/+1
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-18/+7
2006-08-14fix a typo and a very minor formatting changenorth1-3/+2
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-13/+7
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2006-02-15remove the uses of the deprecated STANDARD_LOCAL_USERrussell1-3/+0
2005-12-30update doxygen docs to specify authorsrussell1-0/+4
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-16issue #5763kpfleming1-4/+10
2005-11-08make app_queue 1.2 jump compliant (issue #5580)russell1-2/+2
2005-11-07use correct arguments to ast_cdr_reset from my changes earlier todayrussell1-1/+8
2005-11-06issue #5605russell1-0/+1
2005-10-26remove unnecessary checks before calls to ast_strlen_zerorussell1-1/+1
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+2
2005-10-18it's a good idea to unregister everything before calling STANDARD_HANGUP_LOCA...russell1-1/+6
2005-09-15more license/copyright header updates (thanks Ian!)kpfleming1-5/+17
2005-07-25use CDR API calls instead of re-implementing them (bug #4726)kpfleming1-20/+13
2005-07-15add a library of timeval manipulation functions, and change a large number of...kpfleming1-1/+1
2005-06-06the last round of file version tagskpfleming1-4/+9
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-6/+6
2005-03-25Fix fork CDR seggy (bug #3855)markster1-1/+2
2005-02-23Merge anthm's CDR updates (bug #3595)markster1-5/+15
2005-02-16Fix misspellings of separate (bug #3607)markster1-1/+1
2005-01-10More flagification, courtesy drumkilla (bug #3280)markster1-1/+1
2004-11-19Minor Fix to disposition on clone routineanthm1-0/+1
2004-10-23Help leanup (bug #2677)markster1-2/+3
2004-09-24add app_forkcdranthm1-0/+89