summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2011-07-13 18:47:16 +0000
committerRichard Mudgett <rmudgett@digium.com>2011-07-13 18:47:16 +0000
commita97340b5ea33bcce593e35a20742d4dc16b0d430 (patch)
tree8374023fd7eafdcdba7be98cbe3abebbcbfbbaaa
parentd37ac6a8a0e3c8a0dd0ccf74e94652204c9247f1 (diff)
Merged revisions 328014 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8 ........ r328014 | rmudgett | 2011-07-13 13:46:38 -0500 (Wed, 13 Jul 2011) | 1 line Add ATXFER_NULL_TECH note in features.conf.sample. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@328016 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-rw-r--r--configs/features.conf.sample4
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/features.conf.sample b/configs/features.conf.sample
index f9d9dd45d..dfeec1757 100644
--- a/configs/features.conf.sample
+++ b/configs/features.conf.sample
@@ -73,6 +73,10 @@ context => parkedcalls ; Which context parked calls are in (default parking lot
; 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.
+ ; For atxferdropcall=no to work properly, you also need to
+ ; define ATXFER_NULL_TECH in main/features.c. The reason the
+ ; code is not enabled by default is spelled out in the comment
+ ; block near the top of main/features.c describing ATXFER_NULL_TECH.
;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.