1. ERRORS
  2. [2013-04-24 10:37:15] ERROR[3474][C-0000000a]: cdr_sqlite3_custom.c:277 write_cdr: near ")": syntax error. SQL: INSERT INTO cdr () VALUES ().
  3. [2013-04-24 10:37:20] WARNING[2842]: db.c:329 ast_db_put: Couldn't execute statment: SQL logic error or missing database
  4. [2013-04-24 10:37:25] WARNING[2842]: db.c:329 ast_db_put: Couldn't execute statment: SQL logic error or missing database
  5. cdr_sqlite3_custom.conf
  6. ;[master] ; currently, only file "master.db" is supported, with only one table at a time.
  7. table => cdr
  8. columns => calldate, clid, dcontext, channel, dstchannel, lastapp, lastdata, duration, billsec, disposition, amaflags, accountcode, uniqueid, userfield, test
  9. values => '${CDR(start)}','${CDR(clid)}','${CDR(dcontext)}','${CDR(channel)}','${CDR(dstchannel)}','${CDR(lastapp)}','${CDR(lastdata)}','${CDR(duration)}','${CDR(billsec)}','${CDR(disposition)}','${CDR(amaflags)}','${CDR(accountcode)}','${CDR(uniqueid)}','${CDR(userfield)}','${CDR(test)}'