aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_followme.c
AgeCommit message (Expand)AuthorFilesLines
2007-09-04Rather than attempt to play a file, we can just check whether it exists.qwell1-5/+1
2007-05-22 Fix a problem with flag recognition. bweschke1-3/+3
2007-03-18 Don't return a non-zero return code if the profile doesn't exist, to match w...bweschke1-1/+1
2006-09-28Put in missing \ns on the end of ast_logs (issue #7936 reported by wojtekka)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