[svn-commits] seanbright: trunk r204119 - /trunk/configs/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Jun 29 13:05:30 CDT 2009


Author: seanbright
Date: Mon Jun 29 13:05:27 2009
New Revision: 204119

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=204119
Log:
Add common headers to CEL related configs.

Modified:
    trunk/configs/cel.conf.sample
    trunk/configs/cel_adaptive_odbc.conf.sample
    trunk/configs/cel_custom.conf.sample
    trunk/configs/cel_pgsql.conf.sample
    trunk/configs/cel_sqlite3_custom.conf.sample

Modified: trunk/configs/cel.conf.sample
URL: http://svn.asterisk.org/svn-view/asterisk/trunk/configs/cel.conf.sample?view=diff&rev=204119&r1=204118&r2=204119
==============================================================================
--- trunk/configs/cel.conf.sample (original)
+++ trunk/configs/cel.conf.sample Mon Jun 29 13:05:27 2009
@@ -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.

Modified: trunk/configs/cel_adaptive_odbc.conf.sample
URL: http://svn.asterisk.org/svn-view/asterisk/trunk/configs/cel_adaptive_odbc.conf.sample?view=diff&rev=204119&r1=204118&r2=204119
==============================================================================
--- trunk/configs/cel_adaptive_odbc.conf.sample (original)
+++ trunk/configs/cel_adaptive_odbc.conf.sample Mon Jun 29 13:05:27 2009
@@ -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.

Modified: trunk/configs/cel_custom.conf.sample
URL: http://svn.asterisk.org/svn-view/asterisk/trunk/configs/cel_custom.conf.sample?view=diff&rev=204119&r1=204118&r2=204119
==============================================================================
--- trunk/configs/cel_custom.conf.sample (original)
+++ trunk/configs/cel_custom.conf.sample Mon Jun 29 13:05:27 2009
@@ -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.
 ;

Modified: trunk/configs/cel_pgsql.conf.sample
URL: http://svn.asterisk.org/svn-view/asterisk/trunk/configs/cel_pgsql.conf.sample?view=diff&rev=204119&r1=204118&r2=204119
==============================================================================
--- trunk/configs/cel_pgsql.conf.sample (original)
+++ trunk/configs/cel_pgsql.conf.sample Mon Jun 29 13:05:27 2009
@@ -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:
 ;

Modified: trunk/configs/cel_sqlite3_custom.conf.sample
URL: http://svn.asterisk.org/svn-view/asterisk/trunk/configs/cel_sqlite3_custom.conf.sample?view=diff&rev=204119&r1=204118&r2=204119
==============================================================================
--- trunk/configs/cel_sqlite3_custom.conf.sample (original)
+++ trunk/configs/cel_sqlite3_custom.conf.sample Mon Jun 29 13:05:27 2009
@@ -1,3 +1,7 @@
+;
+; Asterisk Channel Event Logging (CEL) - SQLite 3 Backend
+;
+
 ;
 ; Mappings for sqlite3 config file
 ;




More information about the svn-commits mailing list