[asterisk-commits] oej: trunk r49152 - in /trunk: ./ configs/features.conf.sample

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Tue Jan 2 06:50:52 MST 2007


Author: oej
Date: Tue Jan  2 07:50:51 2007
New Revision: 49152

URL: http://svn.digium.com/view/asterisk?view=rev&rev=49152
Log:
Update sample config

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=49152&r1=49151&r2=49152
==============================================================================
--- trunk/configs/features.conf.sample (original)
+++ trunk/configs/features.conf.sample Tue Jan  2 07:50:51 2007
@@ -58,7 +58,7 @@
 ;                   application on the same channel that activated the feature. "peer"
 ;                   means run the application on the opposite channel from the one that
 ;                   has activated the feature.
-;  ActivatedBy   -> This is which channel is allowed to activated this feature. Valid
+;  ActivatedBy   -> This is which channel is allowed to activate this feature. Valid
 ;                   values are "caller", "callee", and "both". "both" is the default.
 ;                   The "caller" is the channel that executed the Dial application, while
 ;                   the "callee" is the channel called by the Dial application.
@@ -76,6 +76,8 @@
 ;   concept of dialplan flow. Examples of this would be things like Macro, Goto,
 ;   Background, WaitExten, and many more.
 ;
+; Enabling these features means that the PBX needs to stay in the media flow and
+; media will not be re-directed if DTMF is sent in the media stream.
 ;
 ; Example Usage:
 ;
@@ -86,3 +88,4 @@
 ;                                                  ;on their channel
 ;unpauseMonitor => #3,self/callee,UnPauseMonitor   ;Allow the callee to unpause monitoring
 ;                                                  ;on their channel
+;



More information about the asterisk-commits mailing list