Commit Graph

205 Commits (a07df230fa12d5576c4ae2e2bc66bb025ff9b41e)

Author SHA1 Message Date
Tilghman Lesher 6d2023b7fe If the [csv] section does not exist in cdr.conf, then an unload/load sequence
17 years ago
Jason Parker 9b334daeb6 Make file access in cdr_custom similar to cdr_csv.
17 years ago
Kevin P. Fleming fd1e942f53 fix some copy-and-paste leftovers
18 years ago
Kevin P. Fleming 627f595c58 In http://lists.digium.com/pipermail/asterisk-dev/2007-December/031145.html,
18 years ago
Tilghman Lesher f82f12d6b2 Properly escape cdr->src and cdr->dst and ensure we use thread-safe escaping
18 years ago
Steve Murphy 164d8a5e61 In response to 10578, I just ran 1.4 thru valgrind; some of the config leakage I've already fixed, but it doesn't hurt to double check. I found and fixed leaks in res_jabber, cdr_tds, pbx_ael. Nothing major, tho.
18 years ago
Jason Parker bc21189921 Fix a crash that could occur in cdr_csv when mutliple threads tried to close the same file.
18 years ago
Tilghman Lesher 34f8812c64 Portability fix for devmode compiling (closes bug #10382)
18 years ago
Joshua Colp c28511d8ba (closes issue #10310)
18 years ago
Mark Michelson e9c7f6f4f2 Two consecutive calls to PQfinish could occur, meaning free gets called on the same variable twice.
18 years ago
Steve Murphy a0e2381888 Merged revisions 70804 via svnmerge from
18 years ago
Jason Parker b035606357 Fix some potential memory leaks in cdr_pgsql.
18 years ago
Jason Parker b7447818de Fix a stupid mistake in my last cdr_pgsql race condition fix
18 years ago
Jason Parker 6fd76e7bc3 Fix a race condition in cdr_pgsql that can occur when reloading the module.
18 years ago
Russell Bryant cbdc6b5b2d To prevent 92138749238754 more reports of "I have unixodbc installed, but
18 years ago
Kevin P. Fleming ae82d97c6d use ast_localtime() in every place localtime_r() was being used
18 years ago
Russell Bryant 5aea57eed1 Fix a memory leak pointed out by prashant_jois in #asterisk-bugs. PQclear() was
18 years ago
Steve Murphy 55f4eb3e3d a)In chan_zap, set the clid, src fields in channel_alloc call. b)in the channel_alloc func, set the cid_num and name fields from the arglist[blush]. c) don't update the channel app & app data fields if you are in the 'h' extension. d)the load_module func in cdr_radius needs to return DECLINE, SUCCESS.
18 years ago
Tilghman Lesher 55ccc79050 Merged revisions 59301 via svnmerge from
18 years ago
Jason Parker 4ed22c8198 Reverse some logic in cdr_manager, which made it fail to load if the config file existed.
19 years ago
Joshua Colp 595f01984f Merged revisions 47583 via svnmerge from
19 years ago
Kevin P. Fleming ce4b0afb73 apparently developers are still not aware that they should be use ast_copy_string instead of strncpy... fix up many more users, and fix some bugs in the process
19 years ago
Joshua Colp 7a0a5b1480 Merged revisions 45927 via svnmerge from
19 years ago
Tilghman Lesher b727a4bde3 Merged revisions 43409 via svnmerge from
19 years ago
Tilghman Lesher 8e81e20658 One last forgotten constified file
19 years ago
Russell Bryant cb268c0228 resolve compiler warnings from constification
19 years ago
Joshua Colp e8b820e743 Magical eightball says warnings be gone.
19 years ago
Tilghman Lesher 70af28270d Constify the result of a config retrieval function, to avoid mutilation (issue 7983).
19 years ago
Russell Bryant eb3db2fc15 fix some breakage, MOG DID IT!!!
19 years ago
Matt O'Gorman 05a695af72 everything that loads a config that needs a config file to run
19 years ago
Kevin P. Fleming d12f54f90b GNU make already knows how to quietly ignore non-existent files in 'include' directives
19 years ago
Kevin P. Fleming 0a27d8bfe5 merge new_loader_completion branch, including (at least):
19 years ago
Kevin P. Fleming 000ba592b2 more Makefile cleanup and consistency stuff
19 years ago
Kevin P. Fleming 748431f7b6 move rules file to prepare for generic rules file
19 years ago
Kevin P. Fleming dbf099cdb8 update dependency information to match new names for dependencies
19 years ago
Kevin P. Fleming 98a465fc09 move FreeTDS version check into configure script
19 years ago
Kevin P. Fleming a579371f43 use new (separate) dependencies file from menuselect
19 years ago
Kevin P. Fleming e61d3d91f3 The Eurostar Commit! (it's amazing how much work you can get done on a 150 minute train ride from Paris to London <G>)
19 years ago
Russell Bryant 48ae9f0d4f - convert the 'uninstall' target to use separate targets to process each
19 years ago
Russell Bryant 55e8a60363 - specify that 'depend' is a .PHONY target
19 years ago
Russell Bryant 9db0520ff9 - specify that 'all' is a .PHONY target
19 years ago
Russell Bryant c399a06450 add the 'clean', 'clean-depend', and 'dist-clean' targets as .PHONY targets
19 years ago
Russell Bryant 9f2a6516cf don't blow up in the sub Makefiles if menuselect.makeopts is not present. This
19 years ago
Russell Bryant b6147a21b9 remove "depend" from the "all" targets in sub Makefiles. The main Makefile
19 years ago
Kevin P. Fleming 8d88bf549d there is no reason to define our own 'maximum path length' when the POSIX headers already define one for us
19 years ago
Kevin P. Fleming 472c1ca282 simplify autoconfig include mechanism (make tholo happy he can use lint again :-)
19 years ago
Russell Bryant 503f99e2e8 remove the need to have to re-run make after a default menuselect.makeopts
19 years ago
Kevin P. Fleming e856010714 use module names, not file names, in menuselect
19 years ago
Russell Bryant a8c1284633 change a warning message to a debug message
19 years ago
Russell Bryant b0ee67ebdc remove a bunch of duplicated log messages. There is a warning that gets
19 years ago