aboutsummaryrefslogtreecommitdiffstats
path: root/cdr
AgeCommit message (Expand)AuthorFilesLines
2006-05-20Add support for logging CDR recrods to a radius server (issue #6639, phsultan)russell2-0/+325
2006-05-20remove an unused variable, and default the user to asterisk if not specifiedrussell1-5/+3
2006-05-20various fixes regarding coding guidelines issuesrussell1-48/+24
2006-05-20if a hostname is not specified, connect over a unix socket instead ofrussell1-5/+6
2006-04-30Merged revisions 23673 via svnmerge from kpfleming1-1/+1
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...kpfleming5-75/+39
2006-04-24Fix CDR builds when includes are in freetds directory off includemarkster1-0/+5
2006-04-19Merged revisions 21597 via svnmerge from tilghman1-20/+18
2006-04-17more module loader related fixeskpfleming3-43/+22
2006-04-14Compatibility fixes for loader changestilghman1-16/+7
2006-04-14This rather large commit changes the way modules are loaded. rizzo3-30/+22
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming7-14/+14
2006-03-23remove duplicate CFLAGS and SOLINK definitions that arerizzo1-5/+0
2006-03-14add header to fix building with -Werror (issue #6718)russell1-0/+1
2006-03-08allows the table field to be configurable formogorman1-1/+11
2006-03-02 cdr_csv logging parameters in cdr.confmogorman1-8/+70
2006-03-01Merged revisions 11503 via svnmerge from tilghman4-10/+10
2006-02-12ensure that dependencies are rebuilt after 'make update' so that builds don't...kpfleming1-2/+5
2006-02-11use auto-build for cdr moduleskpfleming1-33/+25
2006-02-08Merged revisions 9233 via svnmerge from tilghman1-3/+3
2006-02-01Allows for user to uninstall asterisk binariesmogorman1-0/+2
2006-01-24- Adding whitespace that I found unused outside oej1-11/+16
2006-01-24Declaring conn and result static to avoid collission with realtime driver (is...oej1-3/+3
2005-12-30update doxygen docs to specify authorsrussell2-1/+5
2005-12-26Merged revisions 7637 via svnmerge fromtilghman1-115/+1
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming8-0/+0
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7220 f38db490-d61c-443f-...kpfleming1-1/+0
2005-11-14fix bsd compile issue (bug #5731)markster1-1/+2
2005-11-10issue #5693kpfleming2-16/+14
2005-11-06issue #5605russell7-0/+7
2005-11-01issue #4678kpfleming1-5/+10
2005-10-29Merge TDS cdr fixes (bug #5517, with slight mods)markster2-7/+27
2005-10-26more doxygenification (issue #5513)russell7-15/+48
2005-10-22fix reload problem - unload_module was not setting connected to 0 (issue #5498)russell1-0/+1
2005-09-15more license/copyright header updates (thanks Ian!)kpfleming3-7/+33
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming5-27/+79
2005-09-08more Cygwin portability (issue #4678)kpfleming1-0/+7
2005-08-30fix cdr_pgsql build on Debian testing (issue #5064)kpfleming1-1/+6
2005-08-30clean up, use make functions instead of subshells, remove unused stuffkpfleming1-28/+47
2005-07-15add a library of timeval manipulation functions, and change a large number of...kpfleming2-2/+2
2005-07-14clarify commentrussell1-1/+2
2005-07-11remove complex malloc-avoidance (bug #4601)kpfleming2-159/+75
2005-06-20move tools used during build into build_tools subdirectorykpfleming1-3/+3
2005-06-06fix version tag macro callskpfleming2-2/+2
2005-06-06more file version tagskpfleming5-5/+5
2005-06-06another round of version tag updates, along with 'show version files' pattern...kpfleming7-36/+60
2005-06-06major Makefile and build process improvements, including removal of all hardc...kpfleming3-3/+0
2005-06-06let ODBC username/password default to the ones in odbc.ini (bug #4470)kpfleming1-8/+7
2005-06-03support configurable batch posting of CDRs (off by default) (bug #3883)kpfleming1-1/+1
2005-04-29don't use '%i' at all, since we have no current use cases that need non base-...kpfleming2-3/+3