]> 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)
committerAsterisk Development Team <asteriskteam@digium.com>
Wed, 6 Sep 2023 16:55:59 +0000 (16:55 +0000)
commit18aa912f46acdb514d324778555d3ffb666e0722
treec450e4c4bed6007e7491bc60903ca6ec08c71c37
parent986c71953c4b4b9fef101d6c5eeea0e3c8bd8c0c
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 5516763e57d00e4c50be61ac0029fcd903bd10ee)
channels/chan_dahdi.c
channels/chan_dahdi.h
channels/sig_analog.c
channels/sig_analog.h
configs/samples/chan_dahdi.conf.sample