puppet-asterisk/files/iax.conf
Russell Bryant b00f67a5dc Set up basic Asterisk configuration
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
2013-07-18 14:44:51 -04:00

345 lines
5.2 KiB
Plaintext

; File: iax.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: bindport
; Section: general
; Description:
; Default: 4569
bindport = 4569
; Value: iaxcompat
; Section: general
; Description:
; Default: no
iaxcompat = no
; Value: nochecksums
; Section: general
; Description:
; Default: no
nochecksums = no
; Value: delayreject
; Section: general
; Description:
; Default: no
delayreject = no
; Value: amaflags
; Section: general
; Description:
; Default: default
amaflags = default
; Value: adsi
; Section: general
; Description:
; Default: no
adsi = no
; Value: srvlookup
; Section: general
; Description:
; Default: no
srvlookup = no
; Value: accountcode
; Section: general
; Description:
; Default: <empty>
accountcode =
; Value: language
; Section: general
; Description:
; Default: en
language = en
; Value: mohinterpret
; Section: general
; Description:
; Default: default
mohinterpret = default
; Value: mohsuggest
; Section: general
; Description:
; Default: <empty>
mohsuggest =
; Value: bandwidth
; Section: general
; Description:
; Default: high
bandwidth = high
; Value: disallow
; Section: general
; Description:
; Default: all
disallow = all
; Value: allow
; Section: general
; Description:
; Default: gsm
allow = gsm
; Value: codecpriority
; Section: general
; Description:
; Default: host
codecpriority = host
; Value: allowfwdownload
; Section: general
; Description:
; Default: no
allowfwdownload = no
; Value: requirecalltoken
; Section: general
; Description:
; Default: yes
requirecalltoken = yes
; Value: tos
; Section: general
; Description:
; Default: CS0
tos = CS0
; Value: cos
; Section: general
; Description:
; Default: 0
cos = 0
; Value: pingtime
; Section: general
; Description:
; Default: 21
pingtime = 21
; Value: iaxthreadcount
; Section: general
; Description:
; Default: 10
iaxthreadcount = 10
; Value: iaxmaxthreadcount
; Section: general
; Description:
; Default: 100
iaxmaxthreadcount = 100
; Value: jitterbuffer
; Section: general
; Description:
; Default: no
jitterbuffer = no
; Value: forcejitterbuffer
; Section: general
; Description:
; Default: no
forcejitterbuffer = no
; Value: maxjitterbuffer
; Section: general
; Description:
; Default: 1000
maxjitterbuffer = 1000
; Value: resyncthreshold
; Section: general
; Description:
; Default: 1000
resyncthreshold = 1000
; Value: maxjitterinterps
; Section: general
; Description:
; Default: 10
maxjitterinterps = 10
; Value: jittertargetextra
; Section: general
; Description:
; Default: 40
jittertargetextra = 40
; Value: lagrqtime
; Section: general
; Description:
; Default: 10
lagrqtime = 10
; Value: maxregexpire
; Section: general
; Description:
; Default: 60
maxregexpire = 60
; Value: minregexpire
; Section: general
; Description:
; Default: 60
mixregexpire = 60
; Value: authdebug
; Section: general
; Description:
; Default: no
authdebug = no
; Value: encryption
; Section: general
; Description:
; Default: no
encryption = no
; Value: forceencryption
; Section: general
; Description:
; Default: no
forceencryption = no
; Value: transfer
; Section: general
; Description:
; Default: no
transfer = no
; Value: codecpriority
; Section: general
; Description:
; Default: host
codecpriority = host
; Value: rtcachefriends
; Section: general
; Description:
; Default: no
rtcachefriends = no
; Value: rtignoreregexpire
; Section: general
; Description:
; Default: no
rtignorereexpire = no
; Value: rtupdate
; Section: general
; Description:
; Default: yes
rtupdate = yes
; Value: rtsavesysname
; Section: general
; Description:
; Default: no
rtsavesysname = no
; Value: rtautoclear
; Section: general
; Description:
; Default: 120
rtautoclear = 120
; Value: trunktimestamps
; Section: general
; Description:
; Default: no
trunktimestamps = no
; Value: trunkfreq
; Section: general
; Description:
; Default: 20
trunkfreq = 20
; Value: trunkmtu
; Section: general
; Description:
; Default: 1240
trunkmtu = 1240
; Value: trunkmaxsize
; Section: general
; Description:
; Default: 128000
trunkmaxsize = 128000
; Value: autokill
; Section: general
; Description:
; Default: 2000
autokill = 2000
; Value: register
; Section: general
; Description:
; Default: <unset>
;register =
; Value: regcontext
; Section: general
; Description:
; Default: regcontext-public
regcontext = regcontext-public
; Value: parkinglot
; Section: general
; Description:
; Default: parkinglot-public
parkinglot = parkinglot-public
; Value: maxauthreq
; Section: general
; Description:
; Default: 3
maxauthreq = 3
; Value: connectedline
; Section: general
; Description:
; Default: no
connectedline = no
; Value: maxcallnumbers
; Section: general
; Description:
; Default: 2048
maxcallnumbers = 2048
; Value: maxcallnumbers_nonvalidated
; Section: general
; Description:
; Default: 8192
maxcallnumbers_nonvalidated = 8192
; Value: subscribe_network_change_event
; Section: general
; Description:
; Default: yes
subscribe_network_change_event = yes
; Value: shrinkcallerid
; Section: general
; Description:
; Default: yes
shrinkcallerid = yes
#tryinclude "iax.conf.d/*.conf"