]> git.ipfire.org Git - thirdparty/asterisk.git/commit
sig_analog: Allow three-way flash to time out to silence.
authorNaveen Albert <asterisk@phreaknet.org>
Mon, 10 Jul 2023 18:53:43 +0000 (18:53 +0000)
committerNaveen Albert <asterisk@phreaknet.org>
Fri, 4 Aug 2023 14:31:16 +0000 (14:31 +0000)
commita670655b7af07b5d2d9c9dec5639e7eea49e9fc4
tree429693b8633dd229d778d5dabc827272b252658a
parent9b93fb9f67863a949062c7c1752165d10e18a372
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.
channels/chan_dahdi.c
channels/chan_dahdi.h
channels/sig_analog.c
channels/sig_analog.h
configs/samples/chan_dahdi.conf.sample