mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 20:20:07 +00:00
Document that DTMF based features only work when two channels are bridged together.
(closes issue #10773) Reported by: pbayley git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@85571 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -31,6 +31,10 @@ context => parkedcalls ; Which context parked calls are in
|
||||
; 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 #)
|
||||
;disconnect => *0 ; Disconnect (default is *)
|
||||
|
Reference in New Issue
Block a user