[svn-commits] seanbright: branch group/newcdr r202880 - /team/group/newcdr/configs/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Jun 23 22:33:50 CDT 2009


Author: seanbright
Date: Tue Jun 23 22:33:46 2009
New Revision: 202880

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=202880
Log:
Cleanup cel_custom.conf.sample.  We should probably merge this with cel.conf
before we release.

Modified:
    team/group/newcdr/configs/cel_custom.conf.sample

Modified: team/group/newcdr/configs/cel_custom.conf.sample
URL: http://svn.asterisk.org/svn-view/asterisk/team/group/newcdr/configs/cel_custom.conf.sample?view=diff&rev=202880&r1=202879&r2=202880
==============================================================================
--- team/group/newcdr/configs/cel_custom.conf.sample (original)
+++ team/group/newcdr/configs/cel_custom.conf.sample Tue Jun 23 22:33:46 2009
@@ -1,9 +1,20 @@
 ;
-; Mappings for custom config file
+; Asterisk Channel Event Logging - Custom CSV Backend
 ;
-; to get your csv output in a format tailored to your liking, uncomment the following
-; and look for the output in the cel-custom/Master.csv file (usually in /var/log/asterisk).
+; This is the configuration file for the customizable CSV backend for CEL
+; logging.
 ;
+; In order to create custom CSV logs for CEL, uncomment the template below
+; (Master.csv) and start Asterisk.  Once CEL events are generated, a file will
+; appear in the following location:
 ;
-;[mappings]
+;                 /var/log/asterisk/cel-custom/Master.csv
+;
+; (Note that /var/log/asterisk is the default and may differ on your system)
+;
+; You can also create more than one template if desired.  All logs will appear
+; in the cel-custom directory under your Asterisk logs directory.
+;
+
+[mappings]
 ;Master.csv => "${eventtype}","${eventtime}","${CALLERID(name)}","${CALLERID(num)}","${CALLERID(ANI)}","${CALLERID(RDNIS)}","${CALLERID(DNID)}","${CHANNEL(exten)}","${CHANNEL(context)}","${CHANNEL(channame)}","${CHANNEL(appname)}","${CHANNEL(appdata)}","${CHANNEL(amaflags)}","${CHANNEL(accountcode)}","${CHANNEL(uniqueid)}","${CHANNEL(linkedid)}","${CHANNEL(peer)}","${CHANNEL(userfield)}"




More information about the svn-commits mailing list