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
101 lines
1.5 KiB
Plaintext
101 lines
1.5 KiB
Plaintext
; File: dundi.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: bindaddr
|
|
; Section: general
|
|
; Description:
|
|
; Default: 127.0.0.1
|
|
bindaddr = 127.0.0.1
|
|
|
|
; Value: port
|
|
; Section: general
|
|
; Description:
|
|
; Default: 4520
|
|
port = 4520
|
|
|
|
; Value: port
|
|
; Section: general
|
|
; Description:
|
|
; Default: <empty>
|
|
department =
|
|
|
|
; Value: organization
|
|
; Section: general
|
|
; Description:
|
|
; Default: <empty>
|
|
organization =
|
|
|
|
; Value: locality
|
|
; Section: general
|
|
; Description:
|
|
; Default: <empty>
|
|
locality =
|
|
|
|
; Value: stateprov
|
|
; Section: general
|
|
; Description:
|
|
; Default: <empty>
|
|
stateprov =
|
|
|
|
; Value: country
|
|
; Section: general
|
|
; Description:
|
|
; Default: <empty>
|
|
country =
|
|
|
|
; Value: email
|
|
; Section: general
|
|
; Description:
|
|
; Default: <empty>
|
|
email =
|
|
|
|
; Value: phone
|
|
; Section: general
|
|
; Description:
|
|
; Default: <empty>
|
|
phone =
|
|
|
|
; Value: entityid
|
|
; Section: general
|
|
; Description:
|
|
; Default: <empty>
|
|
entityid =
|
|
|
|
; Value: cachetime
|
|
; Section: general
|
|
; Description:
|
|
; Default: 3600
|
|
cachetime = 3600
|
|
|
|
; Value: ttl
|
|
; Section: general
|
|
; Description:
|
|
; Default: 32
|
|
ttl = 32
|
|
|
|
; Value: autokill
|
|
; Section: general
|
|
; Description:
|
|
; Default: yes
|
|
autokill = yes
|
|
|
|
; Value: secretpath
|
|
; Section: general
|
|
; Description:
|
|
; Default: dundi
|
|
secretpath = dundi
|
|
|
|
; Value: storehistory
|
|
; Section: general
|
|
; Description:
|
|
; Default: no
|
|
storehistory = no
|
|
|
|
[mappings]
|
|
|
|
#tryinclude "dundi.conf.d/*.conf"
|