aboutsummaryrefslogtreecommitdiffstats
path: root/pbx/pbx_spool.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-03Fix a possible crash in pbx_spool.seanbright1-3/+3
2008-12-03If an entry is added to the directory during a scan when another entry expires,tilghman1-2/+6
2008-12-03Don't start scanning the directory until all modules are loaded, because sometilghman1-1/+8
2008-07-31Specify codecs in callfiles and manager, to allow video calls to be set uptilghman1-2/+7
2008-06-18Set the variables top-down, so that if a script sets a variable more than once,tilghman1-3/+12
2008-05-21Revert accidental commit of the last changetilghman1-12/+3
2008-05-21Strip the preamble from the output also when -rx is not being usedtilghman1-3/+12
2007-09-13Fix a small typo.qwell1-1/+1
2007-08-10From a user complaint on #asterisk, I have forced pbx_spool to explain what r...murf1-1/+1
2007-07-01Merged revisions 72805 via svnmerge from russell1-1/+1
2007-01-31Merged revisions 53045 via svnmerge from russell1-0/+2
2006-11-27Merged revisions 48037 via svnmerge from file1-1/+1
2006-10-25apparently developers are still not aware that they should be use ast_copy_st...kpfleming1-7/+7
2006-10-04update thread creation code a bitkpfleming1-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
2005-06-06more file version tagskpfleming1-9/+13
2005-06-06major Makefile and build process improvements, including removal of all hardc...kpfleming1-1/+1
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-10/+10
2005-04-01optimize file reading in pbx_spool (bug #3927)kpfleming1-4/+1
2005-04-01Fix spool files that lack their last returnmarkster1-1/+1
2005-02-02Include uniqueid in response for ManagerOriginate stuff (bug #3439)markster1-2/+2
2005-01-21update copyright headers for 2005russell1-1/+1
2004-10-02Huge callerid rework (might break H.323, others)markster1-5/+7
2004-08-08Merge BSD stack size work (bug #2067)markster1-2/+2
2004-07-14Merge remaining audit patch (save dlfcn.c)markster1-2/+2
2004-07-09Fix silly pbx spool buglet (bug #2007)markster1-1/+1
2004-06-22Remove pthread.h from source. We should be using asterisk/lock.h everywhere ...citats1-1/+0