aboutsummaryrefslogtreecommitdiffstats
path: root/trunk/configs/res_config_sqlite.conf
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/configs/res_config_sqlite.conf')
-rw-r--r--trunk/configs/res_config_sqlite.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/trunk/configs/res_config_sqlite.conf b/trunk/configs/res_config_sqlite.conf
new file mode 100644
index 000000000..04e6ae2e7
--- /dev/null
+++ b/trunk/configs/res_config_sqlite.conf
@@ -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