summaryrefslogtreecommitdiff
path: root/configs/extconfig.conf.sample
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2005-07-05 22:11:43 +0000
committerKevin P. Fleming <kpfleming@digium.com>2005-07-05 22:11:43 +0000
commit054317fb13d8c871759c07c4edd330bbb84aa4d5 (patch)
tree32532d88234e6b8061d225229df28034faa45d2a /configs/extconfig.conf.sample
parent18cf6ee46a8cc447a38b0ff03e5bd593d567782c (diff)
add support for 'early loading' modules, so that nearly all configuration files can be read from Realtime storage
add warning for when file mapping is found but the engine is not available add warning for trying to map 'logger.conf', since it cannot be reliably mapped git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6034 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs/extconfig.conf.sample')
-rwxr-xr-xconfigs/extconfig.conf.sample14
1 files changed, 13 insertions, 1 deletions
diff --git a/configs/extconfig.conf.sample b/configs/extconfig.conf.sample
index 56ca2d117..1cf923fb3 100755
--- a/configs/extconfig.conf.sample
+++ b/configs/extconfig.conf.sample
@@ -18,7 +18,19 @@
;uncomment to load queues.conf via the odbc engine.
;
;queues.conf => odbc,asterisk,ast_config
-
+;
+; The following files CANNOT be loaded from Realtime storage:
+; asterisk.conf
+; extconfig.conf (this file)
+; logger.conf
+;
+; Additionally, the following files cannot be loaded from
+; Realtime storage unless the storage driver is loaded
+; early using 'preload' statements in modules.conf:
+; manager.conf
+; cdr.conf
+; rtp.conf
+;
;
; Realtime configuration engine
;