aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-02-06 15:20:31 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-02-06 15:20:31 +0000
commit5382d46f1cbd861d053d1550177e94aeff938a53 (patch)
tree5fa0fd9c8e9cadd3e1e37d140d60f79af524af98 /configs
parentfc43a9da2baed9b7c4ce48bd69783e3a0f238472 (diff)
Merged revisions 102651 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r102651 | russell | 2008-02-06 09:19:41 -0600 (Wed, 06 Feb 2008) | 3 lines 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/trunk@102652 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 c3026adda..3666e804b 100644
--- a/configs/features.conf.sample
+++ b/configs/features.conf.sample
@@ -59,8 +59,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:
;