Commit Graph

43 Commits (81598fa082bf5ef82fcd0380c7183897fc640324)

Author SHA1 Message Date
Mark Michelson dcf1ad14da Add module support level to ast_module_info structure. Print it in CLI "module show" .
11 years ago
Matthew Jordan 03e9c598e5 cel_pgsql, cdr_pgsql, res_config_pgsql: Add PostgreSQL application_name support
11 years ago
Igor Goncharovskiy a1e0a5e4b0 We have faced situation when using CDR and CEL by sqlite3 modules. With system having high load (~100 concurrent calls created by sipp) we found many cdr and cel records missed. There is special finction in sqlite3, that make able to fix this situation - sqlite3_wait_timeout, that also can replace awful code cdr_sqlite3 ad cel_sqlite3 modules. Also this function can be used for aastdb and res_config_sqlite3 to avoid missed writes to sqlite db.
11 years ago
Matthew Jordan fb5690ce4b Logger/CLI/etc.: Fix some aesthetic issues; reduce chatty verbose messages
11 years ago
Kinsey Moore abd3e4040b Allow Asterisk to compile under GCC 4.10
11 years ago
Kevin Harwell ade5c8a2a4 cdr_radius, cel_radius: build agains libfreeradius-client
11 years ago
Joshua Colp 07481baafd cel_manager: Don't crash if configuration file is invalid.
11 years ago
Kevin Harwell 2f62394fb5 cel_pgsql: module not correctly reloading
11 years ago
Kevin Harwell bb30b22419 cel_pgsql: deadlock on unload and core_event_dispatcher
11 years ago
Walter Doekes 8b5d178c36 Be a little more verbose when loading cel_custom.conf.
12 years ago
Kinsey Moore d7f1f31270 Refactor CEL to avoid using the event system core
12 years ago
Matthew Jordan 6258bbe7bd Update Asterisk's CDRs for the new bridging framework
12 years ago
Andrew Latham b106b77041 Title update
13 years ago
Andrew Latham fd98835f1f Doxygen Updates Janitor Work
13 years ago
Andrew Latham 6f61cb50c5 Doxygen Updates - janitor work
13 years ago
Matthew Jordan d88f91c8d0 Fix memory leak when CEL is successfully written to PostgreSQL database
13 years ago
Terry Wilson 706f79d122 Handle numeric columns for eventtype properly in cel_odbc
13 years ago
Terry Wilson 8b3704fbde Add detection for ODBC WCHAR fields
13 years ago
Richard Mudgett 0af15b985c Fix lock typo that should be unlock in cel_sqlite_custom reload.
13 years ago
Richard Mudgett 797d633139 Remove inconsistency in CEL eventtype for user defined events.
13 years ago
Richard Mudgett 523c95e146 Add missing CEL logging fields to various CEL backends.
13 years ago
Richard Mudgett 082fbbc6d0 Make not assume that the cel_sqlite3_custom SQL table primary key is AcctId.
13 years ago
Matthew Jordan 262ea69764 Fix for memory leaks / cleanup in cel_pgsql
14 years ago
Richard Mudgett 55b70ae625 Merged revisions 337974 via svnmerge from
14 years ago
Leif Madsen a525edea59 Merged revisions 328247 via svnmerge from
14 years ago
Richard Mudgett c8548bad22 Merged revisions 321926 via svnmerge from
14 years ago
Mark Murawki 45818de137 Merged revisions 319812 via svnmerge from
14 years ago
Russell Bryant 2dfb427540 Add CEL extra field to cel_pgsql.
14 years ago
Russell Bryant f0f5e237bf Merged revisions 317474 via svnmerge from
14 years ago
Tilghman Lesher d47dc4760c Merged revisions 311799 via svnmerge from
14 years ago
Paul Belanger 3556e4c2d4 Replace ast_log(LOG_DEBUG, ...) with ast_debug()
14 years ago
Brett Bryant f50b132064 Merged revisions 305603 via svnmerge from
14 years ago
Tilghman Lesher 34cce24a9c Merged revisions 284096 via svnmerge from
15 years ago
Tilghman Lesher 20d02604df Merged revisions 283319 via svnmerge from
15 years ago
Tilghman Lesher b4e18d5660 Add load priority order, such that preload becomes unnecessary in most cases
15 years ago
Tim Ringenbach e19a6c248f Fix documentation for pgsql cel and cdr, and slightly improve pgsql_cel.
15 years ago
Russell Bryant 3da9f8ed19 Resolve more compiler warnings on FreeBSD.
15 years ago
Sean Bright 9a3d1b76e3 Fix building CDR and CEL SQLite3 modules.
15 years ago
Sean Bright e612d87695 Convert a few places to use ast_calloc_with_stringfields where applicable.
16 years ago
Tilghman Lesher 98a07b127f When the field is blank, don't warn about the field being unable to be coerced, just skip the column.
16 years ago
Olle Johansson fff998bf41 Use extref for doxygen references to external libraries (in this case PostgreSQL)
16 years ago
Tilghman Lesher 642bec4d6f AST-2009-005
16 years ago
Russell Bryant 0264eef115 Merge the new Channel Event Logging (CEL) subsystem.
16 years ago