diff --git a/configs/cel.conf.sample b/configs/cel.conf.sample index 66d63d6950..e99a34897f 100644 --- a/configs/cel.conf.sample +++ b/configs/cel.conf.sample @@ -1,6 +1,7 @@ ; -; 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. diff --git a/configs/cel_adaptive_odbc.conf.sample b/configs/cel_adaptive_odbc.conf.sample index 7cc80f7007..77afc12898 100644 --- a/configs/cel_adaptive_odbc.conf.sample +++ b/configs/cel_adaptive_odbc.conf.sample @@ -1,3 +1,7 @@ +; +; 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. diff --git a/configs/cel_custom.conf.sample b/configs/cel_custom.conf.sample index 0c0ca1c1a1..4c5fbb0931 100644 --- a/configs/cel_custom.conf.sample +++ b/configs/cel_custom.conf.sample @@ -1,6 +1,7 @@ ; -; 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. ; diff --git a/configs/cel_pgsql.conf.sample b/configs/cel_pgsql.conf.sample index 446105435f..75882118a3 100644 --- a/configs/cel_pgsql.conf.sample +++ b/configs/cel_pgsql.conf.sample @@ -1,4 +1,8 @@ -; 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: ; diff --git a/configs/cel_sqlite3_custom.conf.sample b/configs/cel_sqlite3_custom.conf.sample index a6ee11e8d2..b1486bd5c2 100644 --- a/configs/cel_sqlite3_custom.conf.sample +++ b/configs/cel_sqlite3_custom.conf.sample @@ -1,3 +1,7 @@ +; +; Asterisk Channel Event Logging (CEL) - SQLite 3 Backend +; + ; ; Mappings for sqlite3 config file ;