summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorJenkins2 <jenkins2@gerrit.asterisk.org>2017-07-19 09:11:27 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2017-07-19 09:11:27 -0500
commita5e73ad1f8e6adb67e9fb02019bc1f9f7e20c000 (patch)
treedc19d345fa1be5d5e92dbfce2b1ecfdbe21729a2 /configs
parentf0558d58f0a3940b0b2d067ec8d85dc8bed1893a (diff)
parentdf49ad2528627ff75af937a3430e09569e99caeb (diff)
Merge "core: Add PARSE_TIMELEN support to ast_parse_arg and ACO." into 13
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