d4ec2e00a9
This commit sets up the basic configuration for Asterisk. It will allow Asterisk to run, but it won't do anything useful yet. Change-Id: I7975082ff5351db4dc6e3c8cf9dd2d90675e3108
21 lines
511 B
Plaintext
21 lines
511 B
Plaintext
; File: dnsmgr.conf
|
|
; Description:
|
|
; Note: Do NOT edit this file.
|
|
; See http://wiki.kickstand-project.org/wiki/Asterisk:Configuration_Files for
|
|
; more information about using these configuration files.
|
|
|
|
[general]
|
|
; Value: enable
|
|
; Section: general
|
|
; Description: Enable creation of managed DNS lookups.
|
|
; Default: no
|
|
enable = no
|
|
|
|
; Value: refreshinterval
|
|
; Section: general
|
|
; Description: Refresh managed DNS lookups every <x> seconds.
|
|
; Default: 300
|
|
refreshinterval = 300
|
|
|
|
#tryinclude "dnsmgr.conf.d/*.conf"
|