aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_followme.c
AgeCommit message (Expand)AuthorFilesLines
2008-03-13Merged revisions 108472 via svnmerge from russell1-2/+2
2008-03-06Merged revisions 106239 via svnmerge from russell1-0/+3
2008-02-05Get rid of any remaining ast_verbose calls in the code in favor of mmichelson1-4/+2
2008-01-22Merged revisions 99594 via svnmerge from oej1-0/+4
2008-01-11Merged revisions 98219 via svnmerge from file1-1/+0
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-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-4/+0
2007-11-08improve linked-list macros in two ways:kpfleming1-7/+3
2007-11-06"show application <foo>" changes for clarity.mmichelson1-1/+1
2007-09-04Merged revisions 81455 via svnmerge from qwell1-5/+1
2007-08-16Don't reload a configuration file if nothing has changed.tilghman1-5/+7
2007-07-31Mostly cleanup of documentation to substitute the pipe with the comma, but a ...tilghman1-1/+1
2007-07-30Minor clean up of app_followme.file1-387/+396
2007-07-26Do a massive conversion for using the ast_verb() macrorussell1-44/+23
2007-07-16Applications no longer need to call ast_module_user_add and ast_module_user_r...file1-5/+0
2007-07-16It is no longer required for each module that deals with a channel to call as...file1-2/+0
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.russell1-30/+15
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...tilghman1-9/+9
2007-05-22Merged revisions 65408 via svnmerge from bweschke1-3/+3
2007-03-18Merged revisions 59035 via svnmerge from bweschke1-1/+1
2006-11-17This update fulfils the request of bug 7109, which claimed the language arg t...murf1-2/+2
2006-09-28Merged revisions 43933 via svnmerge from file1-1/+1
2006-09-20A few misses from constificationtilghman1-4/+4
2006-09-06Fix a small typo, to make app_followme.c show properly in "show version files"qwell1-1/+1
2006-09-05- Free allocated memory before returning from functionoej1-207/+194
2006-08-31everything that loads a config that needs a config file to runmogorman1-1/+2
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-25/+22
2006-08-07remove some extraneous 'followme' in prompt nameskpfleming1-8/+8
2006-07-19merge Russell's 'hold_handling' branch, finally implementing music-on-hold ha...kpfleming1-4/+1
2006-06-09there is no reason to define our own 'maximum path length' when the POSIX hea...kpfleming1-18/+18
2006-06-08Doxygen updateoej1-0/+2
2006-06-07fix a typo in an option name in config parsingrussell1-1/+1
2006-06-07simplify the loop that iterates through the categories in followme.conf andrussell1-4/+4
2006-06-07fix an incorrect usage of scanf, where it should be using sscanf, instead,russell1-2/+3
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+3
2006-06-06oops.russell1-1/+1
2006-06-06move a variable declaration to the beginning of a blockrussell1-1/+1
2006-06-06use sizeof to determine the size of a bufferrussell1-2/+2
2006-06-06use sizeof to get the size of a bufferrussell1-1/+1
2006-06-06 More updates.bweschke1-2/+5
2006-06-06make a global list head staticrussell1-1/+1
2006-06-06 More cleanup.bweschke1-8/+1
2006-06-06move a declaration to the beginning of a blockrussell1-1/+1
2006-06-06 Don't leak memory.bweschke1-2/+5
2006-06-06allocate an int on the stack instead of with ast_callocrussell1-25/+12
2006-06-06All better now!bweschke1-1/+1
2006-06-06 If the recorded file is found, don't actually start to play it.bweschke1-0/+2
2006-06-06fix some compiler warnings about variables used before initializationkpfleming1-2/+2