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:
Naveen Albert
2023-07-10 18:53:43 +00:00
committed by Asterisk Development Team
parent 986c71953c
commit 18aa912f46
5 changed files with 25 additions and 3 deletions

View File

@@ -351,6 +351,11 @@ struct dahdi_pvt {
* \note Set from the "threewaycalling" value read in from chan_dahdi.conf
*/
unsigned int threewaycalling:1;
/*!
* \brief TRUE if a three way dial tone should time out to silence
* \note Set from the "threewaysilenthold" value read in from chan_dahdi.conf
*/
unsigned int threewaysilenthold:1;
/*!
* \brief TRUE if call transfer is enabled
* \note For FXS ports (either direct analog or over T1/E1):