From 63561aea00b2956029278461f9d8e7ca06f1395c Mon Sep 17 00:00:00 2001 From: Tilghman Lesher Date: Thu, 26 Feb 2009 18:41:28 +0000 Subject: 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 --- configs/features.conf.sample | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configs/features.conf.sample') 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. -- cgit v1.2.3