[asterisk-commits] file: branch 1.4 r85571 - /branches/1.4/configs/features.conf.sample
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Oct 15 11:40:00 CDT 2007
Author: file
Date: Mon Oct 15 11:39:59 2007
New Revision: 85571
URL: http://svn.digium.com/view/asterisk?view=rev&rev=85571
Log:
Document that DTMF based features only work when two channels are bridged together.
(closes issue #10773)
Reported by: pbayley
Modified:
branches/1.4/configs/features.conf.sample
Modified: branches/1.4/configs/features.conf.sample
URL: http://svn.digium.com/view/asterisk/branches/1.4/configs/features.conf.sample?view=diff&rev=85571&r1=85570&r2=85571
==============================================================================
--- branches/1.4/configs/features.conf.sample (original)
+++ branches/1.4/configs/features.conf.sample Mon Oct 15 11:39:59 2007
@@ -30,6 +30,10 @@
;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.
+
+; 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