Merge another change from team/russell/events ...
[asterisk-bristuff.git] / configs / extconfig.conf.sample
blob4c3899fcd5050a97eee6aff3eb78cec2394fdaa9
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
21 ;extensions.conf => sqlite,asterisk,ast_config
23 ; The following files CANNOT be loaded from Realtime storage:
24 ;       asterisk.conf
25 ;       extconfig.conf (this file)
26 ;       logger.conf
28 ; Additionally, the following files cannot be loaded from
29 ; Realtime storage unless the storage driver is loaded
30 ; early using 'preload' statements in modules.conf:
31 ;       manager.conf
32 ;       cdr.conf
33 ;       rtp.conf
36 ; Realtime configuration engine
38 ; maps a particular family of realtime
39 ; configuration to a given database driver,
40 ; database and table (or uses the name of
41 ; the family if the table is not specified
43 ;example => odbc,asterisk,alttable
44 ;example2 => ldap,"dc=oxymium,dc=net",example2
46 ; "odbc" is shown in the examples below, but is not the only valid realtime
47 ; engine.  There is:
48 ;    odbc ... res_config_odbc
49 ;    sqlite ... res_config_sqlite
50 ;    pgsql ... res_config_pgsql
52 ;iaxusers => odbc,asterisk
53 ;iaxpeers => odbc,asterisk
54 ;sipusers => odbc,asterisk
55 ;sippeers => odbc,asterisk
56 ;sipregs => odbc,asterisk
57 ;voicemail => odbc,asterisk
58 ;extensions => odbc,asterisk
59 ;queues => odbc,asterisk
60 ;queue_members => odbc,asterisk
61 ;musiconhold => mysql,asterisk
62 ;queue_log => mysql,aasterisk