]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Clarify setting DYNAMIC_FEATURES so that it gets inherited by outbound channels.
authorRussell Bryant <russell@russellbryant.com>
Wed, 6 Feb 2008 15:19:41 +0000 (15:19 +0000)
committerRussell Bryant <russell@russellbryant.com>
Wed, 6 Feb 2008 15:19:41 +0000 (15:19 +0000)
(due to a discussion between me and a user via email)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@102651 65c4cc65-6c06-0410-ace0-fbb531ad65f3

configs/features.conf.sample

index 57b1fa12b7214e678b8fb585d52eff97a7499c0a..969074c8e5484ad66c39abe18bc8c2a3c5aef883 100644 (file)
@@ -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:
 ;