aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2006-06-22- convert the 'uninstall' target to use separate targets to process eachrussell1-1/+1
2006-06-22- specify that 'depend' is a .PHONY targetrussell1-1/+1
2006-06-22- specify that 'all' is a .PHONY targetrussell1-1/+1
2006-06-22add the 'clean', 'clean-depend', and 'dist-clean' targets as .PHONY targetsrussell1-0/+2
2006-06-21Actually allow realtime queue members to be added (issue #7408 reported by tg...file1-3/+2
2006-06-20Bug 7399 - Sample config showed [general] as the context, so the app should l...tilghman1-1/+1
2006-06-19Merged revisions 34911 via svnmerge from file1-1/+3
2006-06-19Merged revisions 34875 via svnmerge from tilghman1-1/+6
2006-06-19don't blow up in the sub Makefiles if menuselect.makeopts is not present. Thisrussell1-1/+3
2006-06-18commit russell's menuselect/buildoptions work with some changes:kpfleming1-1/+1
2006-06-16remove IMAP_STORAGE from the build options list for app_voicemail since it'srussell1-4/+0
2006-06-16add support for setting the CFLAGS for voicemail storage options in menuselectrussell2-16/+26
2006-06-16 Don't ast_request a channel structure twice when a call is being forwarded. ...bweschke1-2/+0
2006-06-15Merged revisions 34274 via svnmerge from kpfleming1-50/+50
2006-06-15Merged revisions 34242 via svnmerge from tilghman1-1/+1
2006-06-14use the proper named constants for checking device state, and don't treat UNK...kpfleming1-4/+6
2006-06-14various coding style cleanup and minor fixeskpfleming1-285/+262
2006-06-14Merged revisions 34159-34160 via svnmerge from kpfleming1-71/+73
2006-06-14Merged revisions 34087 via svnmerge from kpfleming3-4/+7
2006-06-13Allowed proper tx/rx signal exclusivity for simplex repeater modesjdixon1-10/+14
2006-06-13Merged revisions 33841 via svnmerge from kpfleming1-59/+56
2006-06-13destroy the loaded say.conf on module unloadrussell1-0/+3
2006-06-13fix a place where code returns without unlocking the vm users list and variousrussell1-3/+7
2006-06-13Merged revisions 33781 via svnmerge from russell1-0/+3
2006-06-12Merged revisions 33724 via svnmerge from file1-104/+107
2006-06-11fix up some places where frames are not free'd and remove an unnecessaryrussell1-1/+4
2006-06-11Merged revisions 33515 via svnmerge from russell1-0/+1
2006-06-11Merged revisions 33513 via svnmerge from russell1-0/+2
2006-06-11Merged revisions 33510 via svnmerge from russell1-0/+2
2006-06-11Merged revisions 33480 via svnmerge from russell1-0/+1
2006-06-11Merged revisions 33466 via svnmerge from russell1-0/+1
2006-06-11don't leak a frame when breaking out of the loop on a timeoutrussell1-0/+2
2006-06-11don't leak a frame when exiting when the user presses '#'russell1-0/+1
2006-06-11don't leak a frame when breaking out of the main loop of this apprussell1-0/+2
2006-06-09get rid of some more compiler warnings (thanks tholo for making me fix the lp...kpfleming1-5/+5
2006-06-09there is no reason to define our own 'maximum path length' when the POSIX hea...kpfleming2-21/+21
2006-06-09Don't double check existence of a variable (issue #7300 reported by foamdino)file1-2/+2
2006-06-09Merged revisions 33294 via svnmerge from file1-4/+12
2006-06-09Add more missing newlines (issue #7323 reported by darkskiez)file1-6/+6
2006-06-09Rename ast_rtp_early_media to ast_rtp_early_bridge to avoid confusion.oej1-6/+6
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...kpfleming74-297/+293
2006-06-07remove the WITH_SMDI definerussell1-14/+0
2006-06-07remove the need to have to re-run make after a default menuselect.makeoptsrussell1-0/+2
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