aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-10-15 16:41:56 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-10-15 16:41:56 +0000
commit70bd4c82c8499004d3f0e853b94b1e2526c98dcb (patch)
treea08db89cfd05cd3e401798cc892cef7a81e9d758 /configs
parenta2374d764e8436ff0b597224eb3d758b9a9da937 (diff)
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 ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@85578 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-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 966d008a4..30a61b5d2 100644
--- a/configs/features.conf.sample
+++ b/configs/features.conf.sample
@@ -42,6 +42,10 @@ context => parkedcalls ; Which context parked calls are in
;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 #)
;disconnect => *0 ; Disconnect (default is *)