]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Add ATXFER_NULL_TECH note in features.conf.sample.
authorRichard Mudgett <rmudgett@digium.com>
Wed, 13 Jul 2011 18:46:38 +0000 (18:46 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Wed, 13 Jul 2011 18:46:38 +0000 (18:46 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@328014 65c4cc65-6c06-0410-ace0-fbb531ad65f3

configs/features.conf.sample

index f9d9dd45dde79f882a631a3ff2e7155b26e9f6f9..dfeec17576b0628cc91ca75f1571c914555a3960 100644 (file)
@@ -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.