aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-02-06 15:19:41 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-02-06 15:19:41 +0000
commit600ef623e5ac9803c89e428635b2b2075c8c3ffc (patch)
tree1a7daf90a7e46c7bc4b2b4fd2ecddf8254c3de55 /configs
parent29adfc733127d4ee151eeaef2f6ce51285f7e65b (diff)
Clarify setting DYNAMIC_FEATURES so that it gets inherited by outbound channels.
(due to a discussion between me and a user via email) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@102651 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-rw-r--r--configs/features.conf.sample5
1 files changed, 4 insertions, 1 deletions
diff --git a/configs/features.conf.sample b/configs/features.conf.sample
index 57b1fa12b..969074c8e 100644
--- a/configs/features.conf.sample
+++ b/configs/features.conf.sample
@@ -47,8 +47,11 @@ context => parkedcalls ; Which context parked calls are in
; defined here. The value of DYNAMIC_FEATURES should be the names of the features
; to allow the channel to use separated by '#'. For example:
;
-; Set(DYNAMIC_FEATURES=myfeature1#myfeature2#myfeature3)
+; Set(__DYNAMIC_FEATURES=myfeature1#myfeature2#myfeature3)
;
+; (Note: The two leading underscores allow these feature settings to be set on
+; on the outbound channels, as well. Otherwise, only the original channel
+; will have access to these features.)
;
; The syntax for declaring a dynamic feature is the following:
;