aboutsummaryrefslogtreecommitdiffstats
path: root/configs/features.conf.sample
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-21 20:45:29 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-21 20:45:29 +0000
commitea85b02de91187c49333690530c86cf73eac9aff (patch)
tree258526b554fd5305221e721aa767bb3179dde9fb /configs/features.conf.sample
parent3a7fb44834386bdf036acaf707d7d13aaf490b1f (diff)
add a CLI command that allows converting files to other formats using
the Asterisk file format and codec translator modules (issue #6062) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@14027 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/features.conf.sample')
-rw-r--r--configs/features.conf.sample20
1 files changed, 10 insertions, 10 deletions
diff --git a/configs/features.conf.sample b/configs/features.conf.sample
index 75533d24d..df50a35d3 100644
--- a/configs/features.conf.sample
+++ b/configs/features.conf.sample
@@ -1,5 +1,5 @@
;
-; Sample Parking configuration
+; Sample Call Features (parking, transfer, etc) configuration
;
[general]
@@ -8,25 +8,25 @@ parkpos => 701-720 ; What extensions to park calls on
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)
-;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
+;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
+;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]