]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Merged revisions 275147 via svnmerge from
authorRussell Bryant <russell@russellbryant.com>
Fri, 9 Jul 2010 18:11:57 +0000 (18:11 +0000)
committerRussell Bryant <russell@russellbryant.com>
Fri, 9 Jul 2010 18:11:57 +0000 (18:11 +0000)
https://origsvn.digium.com/svn/asterisk/trunk

........
  r275147 | russell | 2010-07-09 13:11:13 -0500 (Fri, 09 Jul 2010) | 2 lines

  Move parking lot sample config out from the middle of dynamic features sample config.
........

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

configs/features.conf.sample

index 6186f0a39218459ee2981ba04e2a937d1556cf44..9d6fa43d6465ba82ac33f815f0b8550210cbf191 100644 (file)
@@ -52,6 +52,17 @@ context => parkedcalls               ; Which context parked calls are in (default parking lot
 ;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
 ; chan_local in combination with Answer to accomplish it.
@@ -127,16 +138,6 @@ context => parkedcalls             ; Which context parked calls are in (default parking lot
 ;                                                  ;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]