[svn-commits] russell: trunk r102652 - in /trunk: ./ configs/features.conf.sample

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


Author: russell
Date: Wed Feb  6 09:20:31 2008
New Revision: 102652

URL: http://svn.digium.com/view/asterisk?view=rev&rev=102652
Log:
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)

........

Modified:
    trunk/   (props changed)
    trunk/configs/features.conf.sample

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.

Modified: trunk/configs/features.conf.sample
URL: http://svn.digium.com/view/asterisk/trunk/configs/features.conf.sample?view=diff&rev=102652&r1=102651&r2=102652
==============================================================================
--- trunk/configs/features.conf.sample (original)
+++ trunk/configs/features.conf.sample Wed Feb  6 09:20:31 2008
@@ -59,8 +59,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