summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorSean Bright <sean@malleable.com>2009-06-29 18:05:27 +0000
committerSean Bright <sean@malleable.com>2009-06-29 18:05:27 +0000
commitcaa71e6f0db229cf0d121e547c0d7f70d61b9fff (patch)
tree1b6db3c0fd917321a7edf510782cb5827317e8ac /configs
parentb5f6eac49e7aabe9315f8c5149acc66b4825a1a4 (diff)
Add common headers to CEL related configs.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@204119 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs')
-rw-r--r--configs/cel.conf.sample3
-rw-r--r--configs/cel_adaptive_odbc.conf.sample4
-rw-r--r--configs/cel_custom.conf.sample3
-rw-r--r--configs/cel_pgsql.conf.sample6
-rw-r--r--configs/cel_sqlite3_custom.conf.sample4
5 files changed, 17 insertions, 3 deletions
diff --git a/configs/cel.conf.sample b/configs/cel.conf.sample
index 66d63d695..e99a34897 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 7cc80f700..77afc1289 100644
--- a/configs/cel_adaptive_odbc.conf.sample
+++ b/configs/cel_adaptive_odbc.conf.sample
@@ -1,4 +1,8 @@
;
+; 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 0c0ca1c1a..4c5fbb093 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 446105435..75882118a 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 a6ee11e8d..b1486bd5c 100644
--- a/configs/cel_sqlite3_custom.conf.sample
+++ b/configs/cel_sqlite3_custom.conf.sample
@@ -1,4 +1,8 @@
;
+; 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.