aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-05-01 22:24:51 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-05-01 22:24:51 +0000
commit4157b99d4a91b5a4aa31f188393126eb6fb35a90 (patch)
treeacbc8f9d51e18cfd1ba029c7567cde68df6cc15a /configs
parent253fbdb6fd4c551c776e480c9e0b0fd394e3be60 (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: http://svn.digium.com/svn/asterisk/trunk@62593 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-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 #)