[asterisk-commits] trunk r14027 - /trunk/configs/features.conf.sample

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Tue Mar 21 13:45:30 MST 2006


Author: russell
Date: Tue Mar 21 14:45:29 2006
New Revision: 14027

URL: http://svn.digium.com/view/asterisk?rev=14027&view=rev
Log:
add a CLI command that allows converting files to other formats using
the Asterisk file format and codec translator modules (issue #6062)

Modified:
    trunk/configs/features.conf.sample

Modified: trunk/configs/features.conf.sample
URL: http://svn.digium.com/view/asterisk/trunk/configs/features.conf.sample?rev=14027&r1=14026&r2=14027&view=diff
==============================================================================
--- trunk/configs/features.conf.sample (original)
+++ trunk/configs/features.conf.sample Tue Mar 21 14:45:29 2006
@@ -1,5 +1,5 @@
 ;
-; Sample Parking configuration
+; Sample Call Features (parking, transfer, etc) configuration
 ;
 
 [general]
@@ -8,25 +8,25 @@
 context => parkedcalls		; Which context parked calls are in
 ;parkingtime => 45		; Number of seconds a call can be parked for 
 				; (default is 45 seconds)
-;transferdigittimeout => 3	; Number of seconds to wait between digits when transfering a call
 ;courtesytone = beep		; Sound file to play to the parked caller 
 				; when someone dials a parked call
 				; or the Touch Monitor is activated/deactivated.
 ;parkedplay = caller		; Who to play the courtesy tone to when picking up a parked call
 				; one of: parked, caller, both  (default is caller)
+;adsipark = yes			; if you want ADSI parking announcements
+;findslot => next		; Continue to the 'next' parking space. Defaults to 'first' available
+;transferdigittimeout => 3	; Number of seconds to wait between digits when transfering a call
+				; (default is 3 seconds)
 ;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
-;pickupexten = *8		; Configure the pickup extension.  Default is *8
+;pickupexten = *8		; Configure the pickup extension  (default is *8)
 ;featuredigittimeout = 500	; Max time (ms) between digits for 
-				; feature activation.  Default is 500
-
+				; feature activation  (default is 500 ms)
 
 [featuremap]
-;blindxfer => #1		; Blind transfer
-;disconnect => *0		; Disconnect
-;automon => *1			; One Touch Record (a.k.a. Touch Monitor)
+;blindxfer => #1		; Blind transfer  (default is #)
+;disconnect => *0		; Disconnect  (default is *)
+;automon => *1			; One Touch Record a.k.a. Touch Monitor
 ;atxfer => *2			; Attended transfer
 
 [applicationmap]



More information about the asterisk-commits mailing list