summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
Diffstat (limited to 'configs')
-rwxr-xr-xconfigs/extconfig.conf.sample28
-rwxr-xr-xconfigs/res_config_odbc.conf.sample3
2 files changed, 25 insertions, 6 deletions
diff --git a/configs/extconfig.conf.sample b/configs/extconfig.conf.sample
index 50776fbdb..957ff3702 100755
--- a/configs/extconfig.conf.sample
+++ b/configs/extconfig.conf.sample
@@ -1,6 +1,28 @@
+;
+; Static and realtime external configuration
+; engine configuration
+;
[settings]
+;
+; Static configuration files:
+;
+; file.conf => driver,database[,table]
+;
+; maps a particular configuration file to the given
+; database driver, database and table (or uses the
+; name of the file as the table if not specified)
+;
+;uncomment to load queues.conf via the odbc engine.
+;
+;queues.conf => odbc,asterisk,ast_config
-;uncomment to load queues.conf via the db engine.
-;queues.conf => odbc
-
+;
+; Realtime configuration engine
+;
+; maps a particular family of realtime
+; configuration to a given database driver,
+; database and table (or uses the name of
+; the family if the table is not specified
+;
+;iaxfriends => odbc,asterisk
diff --git a/configs/res_config_odbc.conf.sample b/configs/res_config_odbc.conf.sample
deleted file mode 100755
index f11cf9481..000000000
--- a/configs/res_config_odbc.conf.sample
+++ /dev/null
@@ -1,3 +0,0 @@
-[settings]
-table => ast_config
-connection => mysql1