summaryrefslogtreecommitdiff
path: root/pbx/pbx_spool.c
AgeCommit message (Expand)Author
2008-06-18Merged revisions 123710 via svnmerge from Tilghman Lesher
2008-05-14Add support for codec settings in originate via call file and manager.Olle Johansson
2008-05-14Doxygen formatting change onlyOlle Johansson
2007-12-26Use defined return values in load_module in more places.Jason Parker
2007-11-21remove another set of redundant #include "asterisk/options.h"Luigi Rizzo
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesLuigi Rizzo
2007-11-19more errno.h removalLuigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-09-13Merged revisions 82358 via svnmerge from Jason Parker
2007-08-29This code was in team/murf/bug8684-trunk; it should fix bug 8684 in trunk. I ...Steve Murphy
2007-08-10Merged revisions 79099 via svnmerge from Steve Murphy
2007-08-07Add another big set of doxygen documentation improvements from snuffy.Russell Bryant
2007-07-26Do a massive conversion for using the ast_verb() macroRussell Bryant
2007-07-11Clean up pbx_spool. So many nested if statements...Joshua Colp
2007-07-01Merged revisions 72806 via svnmerge from Russell Bryant
2007-06-22Issue 9990 - New API ast_mkdir, which creates parent directories as necessary...Tilghman Lesher
2007-05-24Add a new API call for creating detached threads. Then, go replace all of theRussell Bryant
2007-01-31Merged revisions 53046 via svnmerge from Russell Bryant
2006-11-27More fixes for referencing a structure after it has been freed. (issue #8425 ...Joshua Colp
2006-11-27Merged revisions 48038 via svnmerge from Joshua Colp
2006-10-25Merged revisions 46200 via svnmerge from Kevin P. Fleming
2006-10-04Merged revisions 44378 via svnmerge from Kevin P. Fleming
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-05-25Add Archive option to call files and add documentation on them. (issue #5426 ...Joshua Colp
2006-05-19Make the new behavior where the timestamp is checked on the call file beforeRussell Bryant
2006-05-19only delete call files if the timestamp on the file is not in the future, soRussell Bryant
2006-05-08 use pid_t instead of long for pid variables. #7099 (casper)BJ Weschke
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-24Reverting revision 10998 that was accidentaly committed to trunk. My apologies.Olle Johansson
2006-02-24Update to trunkOlle Johansson
2006-02-11Merged revisions 9581 via svnmerge from Russell Bryant
2006-01-09Merged revisions 7908 via svnmerge fromTilghman Lesher
2006-01-07Merged revisions 7848 via svnmerge fromTilghman Lesher
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-20Make conform to coding guidelines... thanks drumkilla :)Josh Roberson
2005-11-20issue #5806Josh Roberson
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-10-12Back out improper freeing of variablesMark Spencer
2005-10-11allow semicolons to be escaped in call files (issue #5407)Russell Bryant
2005-10-11Fix memory leak in outbound calls (bug #5406, with mods)Mark Spencer
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)Kevin P. Fleming
2005-07-15Allow manager originate to specifiy more than one variable to be set.Russell Bryant
2005-07-15fix some indentationRussell Bryant
2005-07-07make CLI output use singular/plural when appropriate (bug #4654)Kevin P. Fleming
2005-06-06more file version tagsKevin P. Fleming
2005-06-06major Makefile and build process improvements, including removal of all hardc...Kevin P. Fleming
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...Kevin P. Fleming
2005-04-01optimize file reading in pbx_spool (bug #3927)Kevin P. Fleming