summaryrefslogtreecommitdiff
path: root/cdr
AgeCommit message (Expand)Author
2006-10-03bug #8076 check option_debug before printing to debug channel.Matt O'Gorman
2006-09-21Merged revisions 43410 via svnmerge from Tilghman Lesher
2006-09-20One last forgotten constified fileTilghman Lesher
2006-09-20resolve compiler warnings from constificationRussell Bryant
2006-09-20Magical eightball says warnings be gone.Joshua Colp
2006-09-20Constify the result of a config retrieval function, to avoid mutilation (issu...Tilghman Lesher
2006-08-31fix some breakage, MOG DID IT!!!Russell Bryant
2006-08-31everything that loads a config that needs a config file to runMatt O'Gorman
2006-08-26GNU make already knows how to quietly ignore non-existent files in 'include' ...Kevin P. Fleming
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-07-15more Makefile cleanup and consistency stuffKevin P. Fleming
2006-07-06move rules file to prepare for generic rules fileKevin P. Fleming
2006-07-05update dependency information to match new names for dependenciesKevin P. Fleming
2006-06-29move FreeTDS version check into configure scriptKevin P. Fleming
2006-06-25use new (separate) dependencies file from menuselectKevin P. Fleming
2006-06-24The Eurostar Commit! (it's amazing how much work you can get done on a 150 mi...Kevin P. Fleming
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-19don't blow up in the sub Makefiles if menuselect.makeopts is not present. ThisRussell Bryant
2006-06-16remove "depend" from the "all" targets in sub Makefiles. The main MakefileRussell Bryant
2006-06-09there is no reason to define our own 'maximum path length' when the POSIX hea...Kevin P. Fleming
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-06-07remove the need to have to re-run make after a default menuselect.makeoptsRussell Bryant
2006-06-05use module names, not file names, in menuselectKevin P. Fleming
2006-06-01change a warning message to a debug messageRussell Bryant
2006-05-30remove a bunch of duplicated log messages. There is a warning that getsRussell Bryant
2006-05-20Add support for logging CDR recrods to a radius server (issue #6639, phsultan)Russell Bryant
2006-05-20remove an unused variable, and default the user to asterisk if not specifiedRussell Bryant
2006-05-20various fixes regarding coding guidelines issuesRussell Bryant
2006-05-20if a hostname is not specified, connect over a unix socket instead ofRussell Bryant
2006-04-30Merged revisions 23673 via svnmerge from Kevin P. Fleming
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...Kevin P. Fleming
2006-04-24Fix CDR builds when includes are in freetds directory off includeMark Spencer
2006-04-19Merged revisions 21597 via svnmerge from Tilghman Lesher
2006-04-17more module loader related fixesKevin P. Fleming
2006-04-14Compatibility fixes for loader changesTilghman Lesher
2006-04-14This rather large commit changes the way modules are loaded. Luigi Rizzo
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...Kevin P. Fleming
2006-03-23remove duplicate CFLAGS and SOLINK definitions that areLuigi Rizzo
2006-03-14add header to fix building with -Werror (issue #6718)Russell Bryant
2006-03-08allows the table field to be configurable forMatt O'Gorman
2006-03-02 cdr_csv logging parameters in cdr.confMatt O'Gorman
2006-03-01Merged revisions 11503 via svnmerge from Tilghman Lesher
2006-02-12ensure that dependencies are rebuilt after 'make update' so that builds don't...Kevin P. Fleming
2006-02-11use auto-build for cdr modulesKevin P. Fleming
2006-02-08Merged revisions 9233 via svnmerge from Tilghman Lesher
2006-02-01Allows for user to uninstall asterisk binariesMatt O'Gorman
2006-01-24- Adding whitespace that I found unused outside Olle Johansson