Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-updates > by-pkgid > be8d44247900b318b52f9026f99984b4 > files > 317

asterisk-11.23.1-1.mga5.x86_64.rpm

; Config to test config parsing
; global and item have values that differ from defaults
; global_defaults and item_defualts are to show all defaults are set
; there should be an option for every default type, and a custom type

[global]
intopt=-1
uintopt=1
doubleopt=0.1
sockaddropt=1.2.3.4:1234
boolopt=true
boolflag1=true
boolflag2=false
boolflag3=true
deny=0.0.0.0/0
permit=1.2.3.4/32
codecopt=!all,ulaw,g729
stropt=test
customopt=yes

[global_defaults]

[item]
intopt=-1
uintopt=1
doubleopt=0.1
sockaddropt=1.2.3.4:1234
boolopt=true
boolflag1=true
boolflag2=false
boolflag3=true
acldenyopt=0.0.0.0/0
aclpermitopt=1.2.3.4/32
codecopt=!all,ulaw,g729
stropt=test
customopt=yes

[item_defaults]