[asterisk-commits] rmudgett: trunk r328016 - in /trunk: ./ configs/features.conf.sample
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Jul 13 13:47:19 CDT 2011
Author: rmudgett
Date: Wed Jul 13 13:47:16 2011
New Revision: 328016
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=328016
Log:
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.
........
Modified:
trunk/ (props changed)
trunk/configs/features.conf.sample
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.8-merged' - no diff available.
Modified: trunk/configs/features.conf.sample
URL: http://svnview.digium.com/svn/asterisk/trunk/configs/features.conf.sample?view=diff&rev=328016&r1=328015&r2=328016
==============================================================================
--- trunk/configs/features.conf.sample (original)
+++ trunk/configs/features.conf.sample Wed Jul 13 13:47:16 2011
@@ -73,6 +73,10 @@
; 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.
More information about the asterisk-commits
mailing list