You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asterisk/cdr
Igor Goncharovskiy b718f91873
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
..
Makefile Begin on a crusade to end trailing whitespace! 17 years ago
cdr_adaptive_odbc.c Allow Asterisk to compile under GCC 4.10 11 years ago
cdr_csv.c Introduce <support_level> tags in MODULEINFO. 14 years ago
cdr_custom.c Fix deadlock when using dummy channels. 14 years ago
cdr_manager.c Fix deadlock when using dummy channels. 14 years ago
cdr_odbc.c Duration and billsec are swapped in high resolution time. 14 years ago
cdr_pgsql.c Clean up and ensure proper usage of alloca() 13 years ago
cdr_radius.c cdr_radius, cel_radius: build agains libfreeradius-client 11 years ago
cdr_sqlite.c Revert changes to defaultenabled state for modules in Asterisk 1.8 14 years ago
cdr_sqlite3_custom.c 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
cdr_syslog.c Fix deadlock when using dummy channels. 14 years ago
cdr_tds.c Fix misuses of asprintf throughout the code. 13 years ago