[asterisk-commits] murf: branch murf/newcdr r63941 -
/team/murf/newcdr/configs/
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Fri May 11 10:17:17 MST 2007
Author: murf
Date: Fri May 11 12:17:16 2007
New Revision: 63941
URL: http://svn.digium.com/view/asterisk?view=rev&rev=63941
Log:
Cleanup the config files, especially where field names are used
Modified:
team/murf/newcdr/configs/cel.conf.sample
team/murf/newcdr/configs/cel_custom.conf.sample
team/murf/newcdr/configs/cel_sqlite3_custom.conf.sample
Modified: team/murf/newcdr/configs/cel.conf.sample
URL: http://svn.digium.com/view/asterisk/team/murf/newcdr/configs/cel.conf.sample?view=diff&rev=63941&r1=63940&r2=63941
==============================================================================
--- team/murf/newcdr/configs/cel.conf.sample (original)
+++ team/murf/newcdr/configs/cel.conf.sample Fri May 11 12:17:16 2007
@@ -32,13 +32,23 @@
; HANGUP -- The time at which a hangup occurred.
; CONF_ENTER -- The time a channel was connected into a conference room
; CONF_EXIT -- The time a channel was removed from a conference room
+; CONF_START -- The time the first person enters a conf
+; CONF_END -- The time the last person left a conf (and turned out the lights?)
; APP_START -- The time a tracked app was started
; APP_END -- the time a tracked app ended.
; PARK_START -- The time a call was parked
-; PARK_END
+; PARK_END -- unpark event
+; BRIDGE_START -- The time a bridge is started
+; BRIDGE_END -- The time a bridge is ended
+; 3WAY_START -- When a 3-way conf starts (usually via attended xfer)
+; 3WAY_END -- When one or all exit a 3-way conf
+; BLINDTRANSFER -- When a blind transfer is initiated
+; ATTENDEDTRANSFER -- When an attended transfer is initiated
+; TRANSFER -- Generic transfer initiated; not used yet...?
+; HOOKFLASH -- So far, when a hookflash event occurs on a Zap interface
; USER_EVENT ; these are triggered from the dialplan, and have a name given by the user.
-events= APP_START, CHAN_START, CHAN_END, ANSWER,HANGUP
+events= APP_START, CHAN_START, CHAN_END, ANSWER,HANGUP, BRIDGE_START, BRIDGE_END
[csv]
Modified: team/murf/newcdr/configs/cel_custom.conf.sample
URL: http://svn.digium.com/view/asterisk/team/murf/newcdr/configs/cel_custom.conf.sample?view=diff&rev=63941&r1=63940&r2=63941
==============================================================================
--- team/murf/newcdr/configs/cel_custom.conf.sample (original)
+++ team/murf/newcdr/configs/cel_custom.conf.sample Fri May 11 12:17:16 2007
@@ -6,5 +6,4 @@
;
;
;[mappings]
-;Master.csv => "${CEL(eventtype)}","${CEL(eventtime)}","${CEL(cidname)}","${CEL(cidnum)}","${CEL(cidani)}","${CEL(cidrdnis)}","${CEL(ciddnid)}","${CEL(exten)}","${CEL(context)}","${CEL(channame)}","${CEL(appname)}","${CEL(appdata)}","${CEL(amaflags)}","${CEL(accountcode)}","${CEL(uniqueid)}"
-
+;Master.csv => "${CEL(eventtype)}","${CEL(eventtime)}","${CEL(cidname)}","${CEL(cidnum)}","${CEL(cidani)}","${CEL(cidrdnis)}","${CEL(ciddnid)}","${CEL(exten)}","${CEL(context)}","${CEL(channame)}","${CEL(appname)}","${CEL(appdata)}","${CEL(amaflags)}","${CEL(accountcode)}","${CEL(uniqueid)},"${CEL(peer)}","${CEL(userfield)}"
Modified: team/murf/newcdr/configs/cel_sqlite3_custom.conf.sample
URL: http://svn.digium.com/view/asterisk/team/murf/newcdr/configs/cel_sqlite3_custom.conf.sample?view=diff&rev=63941&r1=63940&r2=63941
==============================================================================
--- team/murf/newcdr/configs/cel_sqlite3_custom.conf.sample (original)
+++ team/murf/newcdr/configs/cel_sqlite3_custom.conf.sample Fri May 11 12:17:16 2007
@@ -1,7 +1,7 @@
;
; Mappings for sqlite3 config file
;
-[master] ; currently, only file "master.db" is supported, with only one table at a time.
-table => cel
-columns => eventtype, eventtime, cidname, cidnum, cidani, cidrdnis, ciddnid, context, exten, channame, appname, appdata, amaflags, accountcode, uniqueid
-values => '${CDR(eventtype)}','${CDR(eventtime)}','${CDR(cidname)}','${CDR(cidnum)}','${CDR(cidani)}','${CDR(cidrdnis)}','${CDR(ciddnis)}','${CDR(context)}','${CDR(exten)}','${CDR(channame)}','${CDR(appname)}','${CDR(appdata)}','${CDR(amaflags)}','${CDR(accountcode)}','${CDR(uniqueid)}'
+;[master] ; currently, only file "master.db" is supported, with only one table at a time.
+;table => cel
+;columns => eventtype, eventtime, cidname, cidnum, cidani, cidrdnis, ciddnid, context, exten, channame, appname, appdata, amaflags, accountcode, uniqueid, userfield, peer
+;values => '${CEL(eventtype)}','${CEL(eventtime)}','${CEL(cidname)}','${CEL(cidnum)}','${CEL(cidani)}','${CEL(cidrdnis)}','${CEL(ciddnis)}','${CEL(context)}','${CEL(exten)}','${CEL(channame)}','${CEL(appname)}','${CEL(appdata)}','${CEL(amaflags)}','${CEL(accountcode)}','${CEL(uniqueid)}','${CEL(userfield)}','${CEL(peer)}'
More information about the asterisk-commits
mailing list