summaryrefslogtreecommitdiff
path: root/configs/features.conf.sample
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2009-02-26 18:41:28 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2009-02-26 18:41:28 +0000
commit63561aea00b2956029278461f9d8e7ca06f1395c (patch)
tree9c2c9a1ba14db8e994c4c68ca54d28728dcb918d /configs/features.conf.sample
parent3d0aac6cd82257523b928d16428a5ce8c1d12998 (diff)
Sound confirmation of call pickup success.
(closes issue #13826) Reported by: azielke Patches: pickupsound2-trunk.patch uploaded by azielke (license 548) __20081124_bug_13826_updated.patch uploaded by lmadsen (license 10) Tested by: lmadsen git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@178919 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs/features.conf.sample')
-rw-r--r--configs/features.conf.sample2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/features.conf.sample b/configs/features.conf.sample
index 361923f03..0a621c3ac 100644
--- a/configs/features.conf.sample
+++ b/configs/features.conf.sample
@@ -39,6 +39,8 @@ context => parkedcalls ; Which context parked calls are in (default parking lot
;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)
+;pickupsound = beep ; to indicate a successful pickup (default: no sound)
+;pickupfailsound = beeperr ; to indicate that the pickup failed (default: no sound)
;featuredigittimeout = 2000 ; Max time (ms) between digits for
; feature activation (default is 2000 ms)
;atxfernoanswertimeout = 15 ; Timeout for answer on attended transfer default is 15 seconds.