dect
/
asterisk
Archived
13
0
Fork 0

Add common headers to CEL related configs.

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@204119 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
seanbright 2009-06-29 18:05:27 +00:00
parent 58a041b7b1
commit 8ee1ff72b8
5 changed files with 17 additions and 3 deletions

View File

@ -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 ; Channel Event Logging is a mechanism to provide fine-grained event information
; that can be used to generate billing information. Such event information can ; that can be used to generate billing information. Such event information can
; be recorded to databases and files via pluggable backend modules. ; be recorded to databases and files via pluggable backend modules.

View File

@ -1,3 +1,7 @@
;
; Asterisk Channel Event Logging (CEL) - Adaptive ODBC Backend
;
; ;
; This configuration defines the connections and tables for which CEL records may ; This configuration defines the connections and tables for which CEL records may
; be populated. Each context specifies a different CEL table to be used. ; be populated. Each context specifies a different CEL table to be used.

View File

@ -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 ; This is the configuration file for the customizable CSV backend for CEL
; logging. ; logging.
; ;

View File

@ -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: ; CEL field names:
; ;

View File

@ -1,3 +1,7 @@
;
; Asterisk Channel Event Logging (CEL) - SQLite 3 Backend
;
; ;
; Mappings for sqlite3 config file ; Mappings for sqlite3 config file
; ;