diff --git a/configs/cel.conf.sample b/configs/cel.conf.sample
index 66d63d695042d7ae5bb76a2067403a1ca9641336..e99a34897ffd76f4573ccc26b3e7a75d9ba72864 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 7cc80f70076da172a7d29e28562fbeb55b1a767a..77afc12898d6eba8d9d6a9628b624f45ff6f59e4 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 0c0ca1c1a14731a51731039c600941076a06060a..4c5fbb09310299a684a5b40c484a71c56aab0a90 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 446105435f3bd3acc38cac1ce4ad01057578d9a7..75882118a3c00608a24416ae109c3d3cf12c95e0 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 a6ee11e8d20189f12c86480b240e8530cff6d425..b1486bd5c25112d7aa836ec9c99ca2bf53549dfb 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
 ;