mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-22 20:56:39 +00:00
sig_analog: Allow three-way flash to time out to silence.
sig_analog allows users to flash and use the three-way dial
tone as a primitive hold function, simply by never timing
it out.
Some systems allow this dial tone to time out to silence,
so the user is not annoyed by a persistent dial tone.
This option allows the dial tone to time out normally to
silence.
ASTERISK-30004 #close
Resolves: #205
UserNote: The threewaysilenthold option now allows the three-way
dial tone to time out to silence, rather than continuing forever.
(cherry picked from commit 5516763e57
)
This commit is contained in:
committed by
Asterisk Development Team
parent
986c71953c
commit
18aa912f46
@@ -759,6 +759,14 @@ callwaitingcallerid=yes
|
||||
;
|
||||
threewaycalling=yes
|
||||
;
|
||||
; By default, the three-way dial tone never times out, allowing it to be
|
||||
; used as a primitive "hold" mechanism. However, if you'd prefer
|
||||
; to have the dial tone time out to silence, you can use this option
|
||||
; to time out after the normal first digit timeout to silence.
|
||||
; Default is 'no'.
|
||||
;
|
||||
;threewaysilenthold=no
|
||||
;
|
||||
; For FXS ports (either direct analog or over T1/E1):
|
||||
; Support flash-hook call transfer (requires three way calling)
|
||||
; Also enables call parking (overrides the 'canpark' parameter)
|
||||
|
Reference in New Issue
Block a user