summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2014-11-17 16:51:16 +0000
committerMark Michelson <mmichelson@digium.com>2014-11-17 16:51:16 +0000
commita1f1cdbd872cb38dfe589a699ff31706841be031 (patch)
tree3852382e03f712f150d9acfca5d48af26091f4a9 /configs
parente8286df19c1a5982d80236a1e308ca336cdb7125 (diff)
Allow for transferer to retry when dialing an invalid extension.
This allows for a configurable number of attempts for a transferer to dial an extension to transfer the call to. For Asterisk 13, the default values are such that upgrading between versions will not cause a behaivour change. For trunk, though, the defaults will be changed to be more user-friendly. Review: https://reviewboard.asterisk.org/r/4167 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@428145 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs')
-rw-r--r--configs/samples/features.conf.sample4
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/samples/features.conf.sample b/configs/samples/features.conf.sample
index 1724fc155..56b334f20 100644
--- a/configs/samples/features.conf.sample
+++ b/configs/samples/features.conf.sample
@@ -24,6 +24,10 @@
;atxferloopdelay = 10 ; Number of seconds to sleep between retries (if atxferdropcall = no)
;atxfercallbackretries = 2 ; Number of times to attempt to send the call back to the transferer.
; By default, this is 2.
+;transferdialattempts = 3 ; Number of times that a transferer may attempt to dial an extension before
+ ; being kicked back to the original call.
+;transferretrysound = "beep" ; Sound to play when a transferer fails to dial a valid extension.
+;transferinvalidsound = "beeperr" ; Sound to play when a transferer fails to dial a valid extension and is out of retries.
; Note that the DTMF features listed below only work when two channels have answered and are bridged together.