aboutsummaryrefslogtreecommitdiffstats
path: root/pbx/pbx_spool.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-10AST-2009-005tilghman1-5/+5
2008-12-03Merged revisions 160559 via svnmerge from tilghman1-2/+6
2008-12-03Merged revisions 160552 via svnmerge from tilghman1-1/+7
2008-10-14Merged revisions 149199 via svnmerge from tilghman1-0/+5
2008-06-18Merged revisions 123710 via svnmerge from tilghman1-3/+12
2008-05-14Add support for codec settings in originate via call file and manager.oej1-2/+6
2008-05-14Doxygen formatting change onlyoej1-32/+19
2007-12-26Use defined return values in load_module in more places.qwell1-3/+3
2007-11-21remove another set of redundant #include "asterisk/options.h"rizzo1-1/+0
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesrizzo1-0/+1
2007-11-19more errno.h removalrizzo1-1/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-6/+0
2007-09-13Merged revisions 82358 via svnmerge from qwell1-1/+1
2007-08-29This code was in team/murf/bug8684-trunk; it should fix bug 8684 in trunk. I ...murf1-1/+1
2007-08-10Merged revisions 79099 via svnmerge from murf1-1/+1
2007-08-07Add another big set of doxygen documentation improvements from snuffy.russell1-10/+10
2007-07-26Do a massive conversion for using the ast_verb() macrorussell1-4/+2
2007-07-11Clean up pbx_spool. So many nested if statements...file1-105/+121
2007-07-01Merged revisions 72806 via svnmerge from russell1-1/+1
2007-06-22Issue 9990 - New API ast_mkdir, which creates parent directories as necessary...tilghman1-2/+2
2007-05-24Add a new API call for creating detached threads. Then, go replace all of therussell1-10/+5
2007-01-31Merged revisions 53046 via svnmerge from russell1-0/+2
2006-11-27More fixes for referencing a structure after it has been freed. (issue #8425 ...file1-3/+3
2006-11-27Merged revisions 48038 via svnmerge from file1-1/+1
2006-10-25Merged revisions 46200 via svnmerge from kpfleming1-7/+7
2006-10-04Merged revisions 44378 via svnmerge from kpfleming1-1/+1
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-13/+3
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-05-25Add Archive option to call files and add documentation on them. (issue #5426 ...file1-13/+61
2006-05-19Make the new behavior where the timestamp is checked on the call file beforerussell1-6/+29
2006-05-19only delete call files if the timestamp on the file is not in the future, sorussell1-1/+5
2006-05-08 use pid_t instead of long for pid variables. #7099 (casper)bweschke1-2/+2
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-11/+7
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2006-02-24Reverting revision 10998 that was accidentaly committed to trunk. My apologies.oej1-4/+4
2006-02-24Update to trunkoej1-4/+4
2006-02-11Merged revisions 9581 via svnmerge from russell1-7/+6
2006-01-09Merged revisions 7908 via svnmerge fromtilghman1-1/+2
2006-01-07Merged revisions 7848 via svnmerge fromtilghman1-4/+6
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-20Make conform to coding guidelines... thanks drumkilla :)twisted1-4/+2
2005-11-20issue #5806twisted1-4/+9
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+2
2005-10-12Back out improper freeing of variablesmarkster1-6/+0
2005-10-11allow semicolons to be escaped in call files (issue #5407)russell1-3/+11
2005-10-11Fix memory leak in outbound calls (bug #5406, with mods)markster1-6/+16
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-5/+16
2005-07-15Allow manager originate to specifiy more than one variable to be set.russell1-11/+19
2005-07-15fix some indentationrussell1-83/+83
2005-07-07make CLI output use singular/plural when appropriate (bug #4654)kpfleming1-2/+2