summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorJenkins2 <jenkins2@gerrit.asterisk.org>2017-07-19 09:25:59 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2017-07-19 09:25:59 -0500
commit62c381afdbbf4bfa3f04d7b820c566c5eeb60272 (patch)
treed6b414552bd08f80f15da3801071aa93afc81f25 /configs
parent47084ad09e30ad75a97500de7378414edccc01c0 (diff)
parent78a50b034368d3a21f81dfce0fc740021092d7f1 (diff)
Merge "core: Add PARSE_TIMELEN support to ast_parse_arg and ACO."
Diffstat (limited to 'configs')
-rw-r--r--configs/samples/config_test.conf.sample8
1 files changed, 8 insertions, 0 deletions
diff --git a/configs/samples/config_test.conf.sample b/configs/samples/config_test.conf.sample
index 2fff45ece..b7cb21292 100644
--- a/configs/samples/config_test.conf.sample
+++ b/configs/samples/config_test.conf.sample
@@ -6,6 +6,10 @@
[global]
intopt=-1
uintopt=1
+timelenopt1=1ms
+timelenopt2=1s
+timelenopt3=1m
+timelenopt4=1h
doubleopt=0.1
sockaddropt=1.2.3.4:1234
boolopt=true
@@ -23,6 +27,10 @@ customopt=yes
[item]
intopt=-1
uintopt=1
+timelenopt1=1
+timelenopt2=1
+timelenopt3=1
+timelenopt4=1
doubleopt=0.1
sockaddropt=1.2.3.4:1234
boolopt=true