| 1 | ; |
| 2 | ; ENUM Configuration for resolving phone numbers over DNS |
| 3 | ; |
| 4 | ; Sample config for Asterisk |
| 5 | ; This file is reloaded at "module reload enum" in the CLI |
| 6 | |
| 7 | ; ======================================== |
| 8 | ; FICHIER INUTILE ! Selon la doc enum.txt : |
| 9 | ; g) Currently, the function ignores the settings in enum.conf as the |
| 10 | ; search zone name is now specified within the function, and the H323 |
| 11 | ; driver can be chosen by the user via the dialplan. There were no |
| 12 | ; other values in this file, and so it becomes deprecated. |
| 13 | ; ======================================= |
| 14 | |
| 15 | [general] |
| 16 | ; |
| 17 | ; The search list for domains may be customized. Domains are searched |
| 18 | ; in the order they are listed here. |
| 19 | ; |
| 20 | search => e164.arpa |
| 21 | ; |
| 22 | ; If you'd like to use the E.164.org public ENUM registry in addition |
| 23 | ; to the official e164.arpa one, uncomment the following line |
| 24 | ; |
| 25 | search => e164.org |
| 26 | ; |
| 27 | ; As there are more H323 drivers available you have to select to which |
| 28 | ; drive a H323 URI will map. Default is "H323". |
| 29 | ; |
| 30 | ;h323driver => H323 |
| 31 | |
| 32 | ;#include "auf/enum.local" |
| 33 | |