2 ; Static and realtime external configuration
5 ; Please read doc/README.extconfig for basic table
6 ; formatting information.
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:
24 ; extconfig.conf (this file)
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:
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 ;iaxusers => odbc,asterisk
44 ;iaxpeers => odbc,asterisk
45 ;sipusers => odbc,asterisk
46 ;sippeers => odbc,asterisk
47 ;voicemail => odbc,asterisk
48 ;extensions => odbc,asterisk
49 ;queues => odbc,asterisk
50 ;queue_members => odbc,asterisk