;
-; Asterisk Channel Event Logging
+; Asterisk Channel Event Logging (CEL)
;
+
; Channel Event Logging is a mechanism to provide fine-grained event information
; that can be used to generate billing information. Such event information can
; be recorded to databases and files via pluggable backend modules.
;
+; Asterisk Channel Event Logging (CEL) - Adaptive ODBC Backend
+;
+
+;
; This configuration defines the connections and tables for which CEL records may
; be populated. Each context specifies a different CEL table to be used.
;
;
-; Asterisk Channel Event Logging - Custom CSV Backend
+; Asterisk Channel Event Logging (CEL) - Custom CSV Backend
;
+
; This is the configuration file for the customizable CSV backend for CEL
; logging.
;
-; Sample Asterisk config file for CEL logging to PostgresSQL
+;
+; Asterisk Channel Event Logging (CEL) - PostgreSQL Backend
+;
+
+; Sample Asterisk config file for CEL logging to PostgreSQL
;
; CEL field names:
;
;
+; Asterisk Channel Event Logging (CEL) - SQLite 3 Backend
+;
+
+;
; Mappings for sqlite3 config file
;
;[master] ; currently, only file "master.db" is supported, with only one table at a time.