config_test.conf.sample 695 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. ; Config to test config parsing
  2. ; global and item have values that differ from defaults
  3. ; global_defaults and item_defualts are to show all defaults are set
  4. ; there should be an option for every default type, and a custom type
  5. [global]
  6. intopt=-1
  7. uintopt=1
  8. doubleopt=0.1
  9. sockaddropt=1.2.3.4:1234
  10. boolopt=true
  11. boolflag1=true
  12. boolflag2=false
  13. boolflag3=true
  14. deny=0.0.0.0/0
  15. permit=1.2.3.4/32
  16. codecopt=!all,ulaw,g729
  17. stropt=test
  18. customopt=yes
  19. [global_defaults]
  20. [item]
  21. intopt=-1
  22. uintopt=1
  23. doubleopt=0.1
  24. sockaddropt=1.2.3.4:1234
  25. boolopt=true
  26. boolflag1=true
  27. boolflag2=false
  28. boolflag3=true
  29. acldenyopt=0.0.0.0/0
  30. aclpermitopt=1.2.3.4/32
  31. codecopt=!all,ulaw,g729
  32. stropt=test
  33. customopt=yes
  34. [item_defaults]