[asterisk-commits] branch 1.2 r17150 -
/branches/1.2/configs/features.conf.sample
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Mon Apr 3 13:38:14 MST 2006
Author: oej
Date: Mon Apr 3 15:38:11 2006
New Revision: 17150
URL: http://svn.digium.com/view/asterisk?rev=17150&view=rev
Log:
Issue 6870 - document that parking lots need to be numeric
Modified:
branches/1.2/configs/features.conf.sample
Modified: branches/1.2/configs/features.conf.sample
URL: http://svn.digium.com/view/asterisk/branches/1.2/configs/features.conf.sample?rev=17150&r1=17149&r2=17150&view=diff
==============================================================================
--- branches/1.2/configs/features.conf.sample (original)
+++ branches/1.2/configs/features.conf.sample Mon Apr 3 15:38:11 2006
@@ -4,7 +4,9 @@
[general]
parkext => 700 ; What extension to dial to park
-parkpos => 701-720 ; What extensions to park calls on
+parkpos => 701-720 ; What extensions to park calls on. These needs to be
+ ; numeric, as Asterisk starts from the start position
+ ; and increments with one for the next parked call.
context => parkedcalls ; Which context parked calls are in
;parkingtime => 45 ; Number of seconds a call can be parked for
; (default is 45 seconds)
@@ -14,7 +16,8 @@
;xfersound = beep ; to indicate an attended transfer is complete
;xferfailsound = beeperr ; to indicate a failed transfer
;adsipark = yes ; if you want ADSI parking announcements
-;findslot => next ; Continue to the 'next' parking space. Defaults to 'first' available
+;findslot => next ; Continue to the 'next' free parking space.
+ ; Defaults to 'first' available
;pickupexten = *8 ; Configure the pickup extension. Default is *8
;featuredigittimeout = 500 ; Max time (ms) between digits for
; feature activation. Default is 500
More information about the asterisk-commits
mailing list