aboutsummaryrefslogtreecommitdiffstats
path: root/configs/res_config_sqlite.conf
diff options
context:
space:
mode:
Diffstat (limited to 'configs/res_config_sqlite.conf')
-rw-r--r--configs/res_config_sqlite.conf15
1 files changed, 15 insertions, 0 deletions
diff --git a/configs/res_config_sqlite.conf b/configs/res_config_sqlite.conf
new file mode 100644
index 000000000..87f1e08bf
--- /dev/null
+++ b/configs/res_config_sqlite.conf
@@ -0,0 +1,15 @@
+[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
+
+; This parameter controls the registration of the SQLITE() Dialplan application.
+app_enable => yes
+