login | register
Fri 29 of Aug, 2008 [00:20 UTC]

voip-info.org

Discuss [0] History

Asterisk config extconfig.conf

Created by: flobi,Last modification on Fri 02 of Sep, 2005 [15:56 UTC]
Here's the sample file from CVS-HEAD 2005-08-24. At least this is a start:

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
;
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
;
; 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
;
;example => odbc,asterisk,alttable
;iaxusers => odbc,asterisk
;iaxpeers => odbc,asterisk
;sipusers => odbc,asterisk
;sippeers => odbc,asterisk
;voicemail => odbc,asterisk
;extensions => odbc,asterisk
;queues => odbc,asterisk
;queue_members => odbc,asterisk


Comments