summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)Author
2006-06-22- convert the 'uninstall' target to use separate targets to process eachRussell Bryant
2006-06-22- specify that 'depend' is a .PHONY targetRussell Bryant
2006-06-22- specify that 'all' is a .PHONY targetRussell Bryant
2006-06-22add the 'clean', 'clean-depend', and 'dist-clean' targets as .PHONY targetsRussell Bryant
2006-06-21Actually allow realtime queue members to be added (issue #7408 reported by tg...Joshua Colp
2006-06-20Bug 7399 - Sample config showed [general] as the context, so the app should l...Tilghman Lesher
2006-06-19Merged revisions 34911 via svnmerge from Joshua Colp
2006-06-19Merged revisions 34875 via svnmerge from Tilghman Lesher
2006-06-19don't blow up in the sub Makefiles if menuselect.makeopts is not present. ThisRussell Bryant
2006-06-18commit russell's menuselect/buildoptions work with some changes:Kevin P. Fleming
2006-06-16remove IMAP_STORAGE from the build options list for app_voicemail since it'sRussell Bryant
2006-06-16add support for setting the CFLAGS for voicemail storage options in menuselectRussell Bryant
2006-06-16 Don't ast_request a channel structure twice when a call is being forwarded. ...BJ Weschke
2006-06-15Merged revisions 34274 via svnmerge from Kevin P. Fleming
2006-06-15Merged revisions 34242 via svnmerge from Tilghman Lesher
2006-06-14use the proper named constants for checking device state, and don't treat UNK...Kevin P. Fleming
2006-06-14various coding style cleanup and minor fixesKevin P. Fleming
2006-06-14Merged revisions 34159-34160 via svnmerge from Kevin P. Fleming
2006-06-14Merged revisions 34087 via svnmerge from Kevin P. Fleming
2006-06-13Allowed proper tx/rx signal exclusivity for simplex repeater modesJim Dixon
2006-06-13Merged revisions 33841 via svnmerge from Kevin P. Fleming
2006-06-13destroy the loaded say.conf on module unloadRussell Bryant
2006-06-13fix a place where code returns without unlocking the vm users list and variousRussell Bryant
2006-06-13Merged revisions 33781 via svnmerge from Russell Bryant
2006-06-12Merged revisions 33724 via svnmerge from Joshua Colp
2006-06-11fix up some places where frames are not free'd and remove an unnecessaryRussell Bryant
2006-06-11Merged revisions 33515 via svnmerge from Russell Bryant
2006-06-11Merged revisions 33513 via svnmerge from Russell Bryant
2006-06-11Merged revisions 33510 via svnmerge from Russell Bryant
2006-06-11Merged revisions 33480 via svnmerge from Russell Bryant
2006-06-11Merged revisions 33466 via svnmerge from Russell Bryant
2006-06-11don't leak a frame when breaking out of the loop on a timeoutRussell Bryant
2006-06-11don't leak a frame when exiting when the user presses '#'Russell Bryant
2006-06-11don't leak a frame when breaking out of the main loop of this appRussell Bryant
2006-06-09get rid of some more compiler warnings (thanks tholo for making me fix the lp...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-09Don't double check existence of a variable (issue #7300 reported by foamdino)Joshua Colp
2006-06-09Merged revisions 33294 via svnmerge from Joshua Colp
2006-06-09Add more missing newlines (issue #7323 reported by darkskiez)Joshua Colp
2006-06-09Rename ast_rtp_early_media to ast_rtp_early_bridge to avoid confusion.Olle Johansson
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-07remove the WITH_SMDI defineRussell Bryant
2006-06-07remove the need to have to re-run make after a default menuselect.makeoptsRussell Bryant
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