aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_followme.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-06-06 Introducing app_followme into /trunk! bweschke1-0/+1133