Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > 697b4483d3a4b51c6eefa48d04f57557 > files > 2

asterisk-sqlite-1.8.7.0-1.fc16.i686.rpm

;
; Asterisk Channel Event Logging (CEL) - SQLite 3 Backend
;

;
; 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, userfield, 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)}'