mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user