[asterisk-commits] file: trunk r85578 - in /trunk: ./ configs/features.conf.sample

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Oct 15 11:41:56 CDT 2007


Author: file
Date: Mon Oct 15 11:41:56 2007
New Revision: 85578

URL: http://svn.digium.com/view/asterisk?view=rev&rev=85578
Log:
Merged revisions 85571 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r85571 | file | 2007-10-15 13:39:59 -0300 (Mon, 15 Oct 2007) | 4 lines

Document that DTMF based features only work when two channels are bridged together.
(closes issue #10773)
Reported by: pbayley

........

Modified:
    trunk/   (props changed)
    trunk/configs/features.conf.sample

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.

Modified: trunk/configs/features.conf.sample
URL: http://svn.digium.com/view/asterisk/trunk/configs/features.conf.sample?view=diff&rev=85578&r1=85577&r2=85578
==============================================================================
--- trunk/configs/features.conf.sample (original)
+++ trunk/configs/features.conf.sample Mon Oct 15 11:41:56 2007
@@ -41,6 +41,10 @@
 ;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.
+
+; Note that the DTMF features listed below only work when two channels have answered and are bridged together.
+; They can not be used while the remote party is ringing or in progress. If you require this feature you can use
+; chan_local in combination with Answer to accomplish it.
 
 [featuremap]
 ;blindxfer => #1		; Blind transfer  (default is #)




More information about the asterisk-commits mailing list