Commit Graph

370 Commits (11)

Author SHA1 Message Date
Rodrigo Ramírez Norambuena 4c0eb9d4fb cdr_pgsql: Use PQescapeStringConn for escaping names.
10 years ago
Rodrigo Ramírez Norambuena a78774325b cdr/cdr_csv.c: Add a new option to enable columns added in Asterisk 1.8
10 years ago
Rodrigo Ramírez Norambuena d6e208a80d cdr/cdr_odbc.c: Added to record new columns add on CDR 1.8 Asterisk Version
10 years ago
Rodrigo Ramírez Norambuena 57b7e2c51c cdr_pgsql: Fix CLI "cdr show pgsql status" command.
10 years ago
Igor Goncharovskiy 07a0838e2a 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
Kinsey Moore abac3330cf Allow Asterisk to compile under GCC 4.10
11 years ago
Kevin Harwell c84296ef71 cdr_radius, cel_radius: build agains libfreeradius-client
11 years ago
Richard Mudgett 4e5291c1db cdr_adaptive_odbc: Also apply a filter when the CDR value is empty.
12 years ago
Mark Michelson ff4674440d Fix misuses of asprintf throughout the code.
13 years ago
Kinsey Moore 9b16c8b0f6 Clean up and ensure proper usage of alloca()
13 years ago
Walter Doekes fc63e07135 Avoid cppcheck warnings; removing unused vars and a bit of cleanup.
13 years ago
Terry Wilson dd9405db05 Fix setting CDR variables in the hangup extension
13 years ago
Terry Wilson 8b3704fbde Add detection for ODBC WCHAR fields
13 years ago
Jonathan Rose 876215a688 Add additional character type types to supported data types for cdr_adaptive_odbc
13 years ago
Terry Wilson 57f42bd74f ast_channel opaquification of pointers and integral types
13 years ago
Jonathan Rose b08d91c3dc Fix column duplication bug in module reload for cdr_pgsql.
13 years ago
Kinsey Moore 71a8457d53 Support schema selection in cdr_adaptive_odbc
13 years ago
Olle Johansson 383b073966 Add CLI command "cdr show pgsql status" based on "cdr mysql status"
14 years ago
Richard Mudgett 55b70ae625 Merged revisions 337974 via svnmerge from
14 years ago
Paul Belanger 2d18de5f8f Clean up cdr.conf parsing for [csv] section
14 years ago
Tilghman Lesher 353bcc99c1 Merged revisions 329614 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
Russell Bryant 15b8740f80 Merged revisions 317480 via svnmerge from
14 years ago
Russell Bryant f0f5e237bf Merged revisions 317474 via svnmerge from
14 years ago
Paul Belanger 8b23fd448c Merged revisions 300575 via svnmerge from
15 years ago
Tilghman Lesher 96b7a9950c Support negative filters.
15 years ago
Tilghman Lesher 55c861888a Merged revisions 299131 via svnmerge from
15 years ago
Tilghman Lesher e0c1aed520 Merged revisions 298394 via svnmerge from
15 years ago
Tilghman Lesher a95c0f2f0d Merged revisions 291038 via svnmerge from
15 years ago
Olle Johansson 6cb355abbe Formating changes
15 years ago
Tilghman Lesher f8180257e0 Merged revisions 288638 via svnmerge from
15 years ago
Tilghman Lesher d5b09e2a36 Merged revisions 288268 via svnmerge from
15 years ago
Tilghman Lesher 20d02604df Merged revisions 283319 via svnmerge from
15 years ago
Tilghman Lesher b190d76f7f Merged revisions 279410 via svnmerge from
15 years ago
Tilghman Lesher b4e18d5660 Add load priority order, such that preload becomes unnecessary in most cases
15 years ago
Leif Madsen 0c7357c94e cdr_pgsql does not detect when a table is found.
15 years ago
Olle Johansson 28cbe2f75e Make it possible to disable individual cdr files per accountcode in cdr_csv
15 years ago
Bradley Latus 4405813297 Add High Resolution Times to CDRs for Asterisk
15 years ago
Sean Bright 285ef284ef Merged revisions 269006 via svnmerge from
15 years ago
Tilghman Lesher 012979b835 Ensure that we can have commas within cdr values.
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
Russell Bryant a297f2d04e formatting tweaks and constification
15 years ago
Russell Bryant 1f2f5fadcc trivial formatting tweak (working on reducing diff against trunk for cdr-q)
15 years ago
Russell Bryant 2abbaa5b6d remove include
15 years ago
Russell Bryant 022e262d71 constification, remove include
15 years ago
Russell Bryant ab9741edbb Remove unnecessary includes, formatting tweak
15 years ago
Russell Bryant 5e9c39468b constification and remove unnecessary include
15 years ago
Sean Bright e612d87695 Convert a few places to use ast_calloc_with_stringfields where applicable.
16 years ago