mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-20 08:40:16 +00:00
Add missing config for config API test
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@368221 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
32
configs/config_test.conf.sample
Normal file
32
configs/config_test.conf.sample
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
; 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
|
||||||
|
acldenyopt=0.0.0.0/0
|
||||||
|
aclpermitopt=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
|
||||||
|
acldenyopt=0.0.0.0/0
|
||||||
|
aclpermitopt=1.2.3.4/32
|
||||||
|
codecopt=!all,ulaw,g729
|
||||||
|
stropt=test
|
||||||
|
customopt=yes
|
||||||
|
|
||||||
|
[item_defaults]
|
||||||
Reference in New Issue
Block a user