sig_analog: Add Last Number Redial feature.

This adds the Last Number Redial feature to
simple switch.

UserNote: Users can now redial the last number
called if the lastnumredial setting is set to yes.

Resolves: #437
This commit is contained in:
Naveen Albert
2023-11-10 08:30:33 -05:00
parent 3b53152624
commit 9ebe0e3d2f
5 changed files with 34 additions and 0 deletions

View File

@@ -440,6 +440,8 @@ struct dahdi_pvt {
* \note Used by SS7. Otherwise set but not used.
*/
unsigned int inservice:1;
/*! *\brief TRUE if last number redial enabled */
unsigned int lastnumredial:1;
/*!
* \brief Bitmask for the channel being locally blocked.
* \note Applies to SS7 and MFCR2 channels.