[svn-commits] mnicholson: branch group/newcdr r202971 - /team/group/newcdr/configs/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Jun 24 13:32:46 CDT 2009


Author: mnicholson
Date: Wed Jun 24 13:32:42 2009
New Revision: 202971

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=202971
Log:
Fixed order of fields in sample file and changed CALLERID(DNIS) to CALLERID(DNID)

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

Modified: team/group/newcdr/configs/cel_sqlite3_custom.conf.sample
URL: http://svn.asterisk.org/svn-view/asterisk/team/group/newcdr/configs/cel_sqlite3_custom.conf.sample?view=diff&rev=202971&r1=202970&r2=202971
==============================================================================
--- team/group/newcdr/configs/cel_sqlite3_custom.conf.sample (original)
+++ team/group/newcdr/configs/cel_sqlite3_custom.conf.sample Wed Jun 24 13:32:42 2009
@@ -4,4 +4,4 @@
 ;[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	=> '${eventtype}','${eventtime}','${CALLERID(name)}','${CALLERID(num)}','${CALLERID(ANI)}','${CALLERID(DNIS)}','${CALLERID(RDNIS)}','${CHANNEL(context)}','${CHANNEL(exten)}','${CHANNEL(channame)}','${CHANNEL(appname)}','${CHANNEL(appdata)}','${CHANNEL(amaflags)}','${CHANNEL(accountcode)}','${CHANNEL(uniqueid)}','${CHANNEL(userfield)}','${CHANNEL(peer)}'
+;values	=> '${eventtype}','${eventtime}','${CALLERID(name)}','${CALLERID(num)}','${CALLERID(ANI)}','${CALLERID(RDNIS)}','${CALLERID(DNID)}','${CHANNEL(context)}','${CHANNEL(exten)}','${CHANNEL(channame)}','${CHANNEL(appname)}','${CHANNEL(appdata)}','${CHANNEL(amaflags)}','${CHANNEL(accountcode)}','${CHANNEL(uniqueid)}','${CHANNEL(userfield)}','${CHANNEL(peer)}'




More information about the svn-commits mailing list