block addition of silence files... not needed here
[asterisk-bristuff.git] / configs / extconfig.conf.sample
bloba6c399f1699fbb6c11eed8187a37fe51d9676265
2 ; Static and realtime external configuration
3 ; engine configuration
5 ; Please read doc/extconfig.txt for basic table
6 ; formatting information.
8 [settings]
10 ; Static configuration files: 
12 ; file.conf => driver,database[,table]
14 ; maps a particular configuration file to the given
15 ; database driver, database and table (or uses the
16 ; name of the file as the table if not specified)
18 ;uncomment to load queues.conf via the odbc engine.
20 ;queues.conf => odbc,asterisk,ast_config
22 ; The following files CANNOT be loaded from Realtime storage:
23 ;       asterisk.conf
24 ;       extconfig.conf (this file)
25 ;       logger.conf
27 ; Additionally, the following files cannot be loaded from
28 ; Realtime storage unless the storage driver is loaded
29 ; early using 'preload' statements in modules.conf:
30 ;       manager.conf
31 ;       cdr.conf
32 ;       rtp.conf
35 ; Realtime configuration engine
37 ; maps a particular family of realtime
38 ; configuration to a given database driver,
39 ; database and table (or uses the name of
40 ; the family if the table is not specified
42 ;example => odbc,asterisk,alttable
43 ;example2 => ldap,"dc=oxymium,dc=net",example2
45 ;iaxusers => odbc,asterisk
46 ;iaxpeers => odbc,asterisk
47 ;sipusers => odbc,asterisk
48 ;sippeers => odbc,asterisk
49 ;voicemail => odbc,asterisk
50 ;extensions => odbc,asterisk
51 ;queues => odbc,asterisk
52 ;queue_members => odbc,asterisk