asterisk/enum.conf

changeset 202
f29abea29121
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/asterisk/enum.conf	Mon Apr 27 12:19:05 2009 +0200
     1.3 @@ -0,0 +1,22 @@
     1.4 +;
     1.5 +; ENUM Configuration for resolving phone numbers over DNS
     1.6 +;
     1.7 +; Sample config for Asterisk
     1.8 +; This file is reloaded at "module reload enum" in the CLI
     1.9 +;
    1.10 +;[general]
    1.11 +;
    1.12 +; The search list for domains may be customized.  Domains are searched
    1.13 +; in the order they are listed here.
    1.14 +;
    1.15 +;search => e164.arpa
    1.16 +;
    1.17 +; If you'd like to use the E.164.org public ENUM registry in addition
    1.18 +; to the official e164.arpa one, uncomment the following line
    1.19 +;
    1.20 +;search => e164.org
    1.21 +;
    1.22 +; As there are more H323 drivers available you have to select to which
    1.23 +; drive a H323 URI will map. Default is "H323".
    1.24 +;
    1.25 +;h323driver => H323

mercurial