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

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Jul 9 13:11:16 CDT 2010


Author: russell
Date: Fri Jul  9 13:11:13 2010
New Revision: 275147

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=275147
Log:
Move parking lot sample config out from the middle of dynamic features sample config.

Modified:
    trunk/configs/features.conf.sample

Modified: trunk/configs/features.conf.sample
URL: http://svnview.digium.com/svn/asterisk/trunk/configs/features.conf.sample?view=diff&rev=275147&r1=275146&r2=275147
==============================================================================
--- trunk/configs/features.conf.sample (original)
+++ trunk/configs/features.conf.sample Fri Jul  9 13:11:13 2010
@@ -52,6 +52,17 @@
 ;atxferloopdelay = 10       ; Number of seconds to sleep between retries (if atxferdropcall = no)
 ;atxfercallbackretries = 2  ; Number of times to attempt to send the call back to the transferer.
                             ; By default, this is 2.
+
+;
+;*** Define another parking lot
+;
+; You can set parkinglot with the CHANNEL dialplan function
+; or by setting 'parkinglot' directly in the channel configuration file.
+;
+;[parkinglot_edvina]
+;context => edvinapark
+;parkpos => 800-850
+;findslot => next
 
 ; Note that the DTMF features listed below only work when two channels have answered and are bridged together.
 ; They can not be used while the remote party is ringing or in progress. If you require this feature you can use
@@ -128,16 +139,6 @@
 ;                                                  ;on their channel
 ;unpauseMonitor => #3,self/callee,UnPauseMonitor   ;Allow the callee to unpause monitoring
 ;                                                  ;on their channel
-;
-;*** Define another parking lot
-;
-; You can set parkinglot with the CHANNEL dialplan function
-; or by setting 'parkinglot' directly in the channel configuration file.
-;
-;[parkinglot_edvina]
-;context => edvinapark
-;parkpos => 800-850
-;findslot => next
 
 ; GROUPS
 ;   Groups are groupings of features defined in [applicationmap]




More information about the svn-commits mailing list