summaryrefslogtreecommitdiff
path: root/apps/app_followme.c
AgeCommit message (Expand)Author
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-19include "logger.h" and errno.h from asterisk.h - usage shows that theyLuigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-08improve linked-list macros in two ways:Kevin P. Fleming
2007-11-06"show application <foo>" changes for clarity.Mark Michelson
2007-09-04Merged revisions 81455 via svnmerge from Jason Parker
2007-08-16Don't reload a configuration file if nothing has changed.Tilghman Lesher
2007-07-31Mostly cleanup of documentation to substitute the pipe with the comma, but a ...Tilghman Lesher
2007-07-30Minor clean up of app_followme.Joshua Colp
2007-07-26Do a massive conversion for using the ast_verb() macroRussell Bryant
2007-07-16Applications no longer need to call ast_module_user_add and ast_module_user_r...Joshua Colp
2007-07-16It is no longer required for each module that deals with a channel to call as...Joshua Colp
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.Russell Bryant
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...Tilghman Lesher
2007-05-22Merged revisions 65408 via svnmerge from BJ Weschke
2007-03-18Merged revisions 59035 via svnmerge from BJ Weschke
2006-11-17This update fulfils the request of bug 7109, which claimed the language arg t...Steve Murphy
2006-09-28Merged revisions 43933 via svnmerge from Joshua Colp
2006-09-20A few misses from constificationTilghman Lesher
2006-09-06Fix a small typo, to make app_followme.c show properly in "show version files"Jason Parker
2006-09-05- Free allocated memory before returning from functionOlle Johansson
2006-08-31everything that loads a config that needs a config file to runMatt O'Gorman
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-08-07remove some extraneous 'followme' in prompt namesKevin P. Fleming
2006-07-19merge Russell's 'hold_handling' branch, finally implementing music-on-hold ha...Kevin P. Fleming
2006-06-09there is no reason to define our own 'maximum path length' when the POSIX hea...Kevin P. Fleming
2006-06-08Doxygen updateOlle Johansson
2006-06-07fix a typo in an option name in config parsingRussell Bryant
2006-06-07simplify the loop that iterates through the categories in followme.conf andRussell Bryant
2006-06-07fix an incorrect usage of scanf, where it should be using sscanf, instead,Russell Bryant
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-06-06oops.Russell Bryant
2006-06-06move a variable declaration to the beginning of a blockRussell Bryant
2006-06-06use sizeof to determine the size of a bufferRussell Bryant
2006-06-06use sizeof to get the size of a bufferRussell Bryant
2006-06-06 More updates.BJ Weschke
2006-06-06make a global list head staticRussell Bryant
2006-06-06 More cleanup.BJ Weschke
2006-06-06move a declaration to the beginning of a blockRussell Bryant
2006-06-06 Don't leak memory.BJ Weschke
2006-06-06allocate an int on the stack instead of with ast_callocRussell Bryant
2006-06-06All better now!BJ Weschke
2006-06-06 If the recorded file is found, don't actually start to play it.BJ Weschke
2006-06-06fix some compiler warnings about variables used before initializationKevin P. Fleming
2006-06-06 Introducing app_followme into /trunk! BJ Weschke