From 8ee1ff72b8954c951e1fef102c9dae36e36c6df4 Mon Sep 17 00:00:00 2001 From: seanbright Date: Mon, 29 Jun 2009 18:05:27 +0000 Subject: [PATCH] Add common headers to CEL related configs. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@204119 f38db490-d61c-443f-a65b-d21fe96a405b --- 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 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,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 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,3 +1,7 @@ +; +; Asterisk Channel Event Logging (CEL) - SQLite 3 Backend +; + ; ; Mappings for sqlite3 config file ;