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/cel
Matthew Jordan 03e9c598e5
cel_pgsql, cdr_pgsql, res_config_pgsql: Add PostgreSQL application_name support
11 years ago
..
Makefile Title update 13 years ago
cel_custom.c Be a little more verbose when loading cel_custom.conf. 12 years ago
cel_manager.c cel_manager: Don't crash if configuration file is invalid. 11 years ago
cel_odbc.c Logger/CLI/etc.: Fix some aesthetic issues; reduce chatty verbose messages 11 years ago
cel_pgsql.c cel_pgsql, cdr_pgsql, res_config_pgsql: Add PostgreSQL application_name support 11 years ago
cel_radius.c cdr_radius, cel_radius: build agains libfreeradius-client 11 years ago
cel_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
cel_tds.c Refactor CEL to avoid using the event system core 12 years ago