summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins2 <jenkins2@gerrit.asterisk.org>2017-11-27 15:27:07 -0600
committerGerrit Code Review <gerrit2@gerrit.digium.api>2017-11-27 15:27:07 -0600
commitc9a531d03b9ff92ce7f4e8f3935c9464eb03438b (patch)
tree50ded4e7ed071a3478f015a615ab3733626719e4
parentc3a25ff753723fcff44b29377792a45ffdf9a0f6 (diff)
parent8dd9a79e6e1ccadb08f9839e1788a89392d465fe (diff)
Merge "features.conf.sample: Clarify ActivatedBy documentation wording." into 13
-rw-r--r--configs/samples/features.conf.sample4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/samples/features.conf.sample b/configs/samples/features.conf.sample
index 223d69358..5806e4c04 100644
--- a/configs/samples/features.conf.sample
+++ b/configs/samples/features.conf.sample
@@ -72,8 +72,8 @@
; means run the application on the opposite channel from the one that
; has activated the feature.
; ActivatedBy -> ActivatedBy is no longer honored. The feature is activated by which
-; channel DYNAMIC_FEATURES includes the feature is on. Use predial
-; to set different values of DYNAMIC_FEATURES on the channels.
+; channel DYNAMIC_FEATURES includes the feature is on. Use a pre-dial
+; handler to set different values for DYNAMIC_FEATURES on the channels.
; Historic values are: "caller", "callee", and "both".
; Application -> This is the application to execute.
; AppArguments -> These are the arguments to be passed into the application. If you need