From caa71e6f0db229cf0d121e547c0d7f70d61b9fff Mon Sep 17 00:00:00 2001
From: Sean Bright <sean@malleable.com>
Date: Mon, 29 Jun 2009 18:05:27 +0000
Subject: [PATCH] Add common headers to CEL related configs.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@204119 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 configs/cel.conf.sample                | 3 ++-
 configs/cel_adaptive_odbc.conf.sample  | 4 ++++
 configs/cel_custom.conf.sample         | 3 ++-
 configs/cel_pgsql.conf.sample          | 6 +++++-
 configs/cel_sqlite3_custom.conf.sample | 4 ++++
 5 files changed, 17 insertions(+), 3 deletions(-)

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
 ;
-- 
GitLab