[asterisk-commits] twilson: trunk r368221 - /trunk/configs/config_test.conf.sample

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri Jun 1 13:20:48 CDT 2012


Author: twilson
Date: Fri Jun  1 13:20:44 2012
New Revision: 368221

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=368221
Log:
Add missing config for config API test

Added:
    trunk/configs/config_test.conf.sample   (with props)

Added: trunk/configs/config_test.conf.sample
URL: http://svnview.digium.com/svn/asterisk/trunk/configs/config_test.conf.sample?view=auto&rev=368221
==============================================================================
--- trunk/configs/config_test.conf.sample (added)
+++ trunk/configs/config_test.conf.sample Fri Jun  1 13:20:44 2012
@@ -1,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]

Propchange: trunk/configs/config_test.conf.sample
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: trunk/configs/config_test.conf.sample
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Propchange: trunk/configs/config_test.conf.sample
------------------------------------------------------------------------------
    svn:mime-type = text/plain




More information about the asterisk-commits mailing list