[svn-commits] russell: branch 1.4 r102651 - /branches/1.4/configs/features.conf.sample

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Feb 6 09:19:42 CST 2008


Author: russell
Date: Wed Feb  6 09:19:41 2008
New Revision: 102651

URL: http://svn.digium.com/view/asterisk?view=rev&rev=102651
Log:
Clarify setting DYNAMIC_FEATURES so that it gets inherited by outbound channels.
(due to a discussion between me and a user via email)

Modified:
    branches/1.4/configs/features.conf.sample

Modified: branches/1.4/configs/features.conf.sample
URL: http://svn.digium.com/view/asterisk/branches/1.4/configs/features.conf.sample?view=diff&rev=102651&r1=102650&r2=102651
==============================================================================
--- branches/1.4/configs/features.conf.sample (original)
+++ branches/1.4/configs/features.conf.sample Wed Feb  6 09:19:41 2008
@@ -47,8 +47,11 @@
 ; 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:
 ;




More information about the svn-commits mailing list