| 1 | ; |
| 2 | ; Static and realtime external configuration |
| 3 | ; engine configuration |
| 4 | ; |
| 5 | ; Please read doc/extconfig.txt for basic table |
| 6 | ; formatting information. |
| 7 | ; |
| 8 | [settings] |
| 9 | ; |
| 10 | ; Static configuration files: |
| 11 | ; |
| 12 | ; file.conf => driver,database[,table] |
| 13 | ; |
| 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) |
| 17 | ; |
| 18 | ;uncomment to load queues.conf via the odbc engine. |
| 19 | ; |
| 20 | ;queues.conf => odbc,asterisk,ast_config |
| 21 | ; |
| 22 | ; The following files CANNOT be loaded from Realtime storage: |
| 23 | ; asterisk.conf |
| 24 | ; extconfig.conf (this file) |
| 25 | ; logger.conf |
| 26 | ; |
| 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 |
| 33 | ; |
| 34 | ; |
| 35 | ; Realtime configuration engine |
| 36 | ; |
| 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 |
| 41 | ; |
| 42 | ;example => odbc,asterisk,alttable |
| 43 | ; |
| 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) |
| 49 | ; |
| 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 |
| 58 | |
| 59 | ; #include "auf/extconfig.local" |
| 60 | ; include mis en commentaire car provoque le warning suivant (dans Asterisk 1.2) |
| 61 | ; voip-test*CLI> reload extconfig |
| 62 | ; == Parsing '/etc/asterisk/extconfig.conf': Found |
| 63 | ; Jan 10 12:39:34 WARNING[9289]: config.c:938 ast_config_internal_load: Maximum Include level (1) exceeded |
| 64 | ; |
| 65 | |