aboutsummaryrefslogtreecommitdiffstats
path: root/configs/res_config_sqlite.conf.sample
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2009-06-30 17:22:16 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2009-06-30 17:22:16 +0000
commitfc90e4cf123f3c3b11356033475367caa1659287 (patch)
tree0d1b4f4303dfc5b88f8bc4beda3d201b35689750 /configs/res_config_sqlite.conf.sample
parent937ceb79f8b229271d0ee7aac209e003a7f88abe (diff)
Rename res_config_sqlite.conf to res_config_sqlite.conf.sample (missing .sample).
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@204440 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/res_config_sqlite.conf.sample')
-rw-r--r--configs/res_config_sqlite.conf.sample11
1 files changed, 11 insertions, 0 deletions
diff --git a/configs/res_config_sqlite.conf.sample b/configs/res_config_sqlite.conf.sample
new file mode 100644
index 000000000..04e6ae2e7
--- /dev/null
+++ b/configs/res_config_sqlite.conf.sample
@@ -0,0 +1,11 @@
+[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