mirror of
https://github.com/asterisk/asterisk.git
synced 2026-01-07 02:21:24 +00:00
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
This commit is contained in:
@@ -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
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user