asterisk/enum.conf

Wed, 27 May 2009 19:56:08 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 27 May 2009 19:56:08 +0200
changeset 204
5aa32536e189
permissions
-rw-r--r--

Update version, adjust and improve patch, correct managesieve patch
logic, and introduce managesieve build logic.

     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 ;[general]
     8 ;
     9 ; The search list for domains may be customized.  Domains are searched
    10 ; in the order they are listed here.
    11 ;
    12 ;search => e164.arpa
    13 ;
    14 ; If you'd like to use the E.164.org public ENUM registry in addition
    15 ; to the official e164.arpa one, uncomment the following line
    16 ;
    17 ;search => e164.org
    18 ;
    19 ; As there are more H323 drivers available you have to select to which
    20 ; drive a H323 URI will map. Default is "H323".
    21 ;
    22 ;h323driver => H323

mercurial