Files
asterisk/configs/res_config_sqlite.conf.sample
Russell Bryant 8300f67982 Merged revisions 204440 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r204440 | russell | 2009-06-30 12:22:16 -0500 (Tue, 30 Jun 2009) | 2 lines
  
  Rename res_config_sqlite.conf to res_config_sqlite.conf.sample (missing .sample).
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@204442 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-06-30 17:22:27 +00:00

12 lines
378 B
Plaintext

[general]
; The database file.
dbfile => /var/lib/asterisk/sqlite.db
; Both config_table and cdr_table are optional. If config_table is omitted,
; you must specify it in extconfig.conf. If it is both provided here and in
; extconfig.conf, the value given here is used. If cdr_table is omitted, CDR
; support is simply disabled.
config_table => ast_config
cdr_table => ast_cdr