Let's also include aclocal.m4
[asterisk-bristuff.git] / configs / extconfig.conf.sample
blobd2c5fbbb298ee273c8f5a226a02ee983d05f154e
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
44 ; "odbc" is shown in the examples below, but is not the only valid realtime
45 ; engine.  There is:
46 ;    odbc ... res_config_odbc
47 ;    pgsql ... res_config_pgsql
48 ;    mysql ... res_config_mysql (available from asterisk-addons)
50 ;iaxusers => odbc,asterisk
51 ;iaxpeers => odbc,asterisk
52 ;sipusers => odbc,asterisk
53 ;sippeers => odbc,asterisk
54 ;voicemail => odbc,asterisk
55 ;extensions => odbc,asterisk
56 ;queues => odbc,asterisk
57 ;queue_members => odbc,asterisk