summaryrefslogtreecommitdiff
path: root/configs/features.conf.sample
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2007-05-01 22:24:51 +0000
committerRussell Bryant <russell@russellbryant.com>2007-05-01 22:24:51 +0000
commit7df63e233cb112f048befed8105c7c66b85a28fd (patch)
treeacbc8f9d51e18cfd1ba029c7567cde68df6cc15a /configs/features.conf.sample
parent37d94ceab973cc109e23c246c3dde86ff55bfdc1 (diff)
In addition to making it so attended transfers don't fail unnecessarily,
add some new options to control what happens when you hangup on an attended transfer before the target extension answers the transferred channel. You can now have it send the transferee back to the transferer. (issue #8413, patch from sergee with very minor modifications by me) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@62593 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs/features.conf.sample')
-rw-r--r--configs/features.conf.sample9
1 files changed, 8 insertions, 1 deletions
diff --git a/configs/features.conf.sample b/configs/features.conf.sample
index a35453f8c..85a0d9d5f 100644
--- a/configs/features.conf.sample
+++ b/configs/features.conf.sample
@@ -33,7 +33,14 @@ context => parkedcalls ; Which context parked calls are in
;pickupexten = *8 ; Configure the pickup extension. (default is *8)
;featuredigittimeout = 500 ; Max time (ms) between digits for
; feature activation (default is 500 ms)
-;atxfernoanswertimeout = 15 ; Timeout for answer on attended transfer default is 15 seconds.
+;atxfernoanswertimeout = 15 ; Timeout for answer on attended transfer default is 15 seconds.
+;atxferdropcall = no ; If someone does an attended transfer, then hangs up before the transferred
+ ; caller is connected, then by default, the system will try to call back the
+ ; person that did the transfer. If this is set to "yes", the callback will
+ ; not be attempted and the transfer will just fail.
+;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.
[featuremap]
;blindxfer => #1 ; Blind transfer (default is #)