mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-20 00:30:20 +00:00
Made chan_dahdi able to ignore incoming calls that are not in a MSN list for ISDN PTMP CPE spans.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@215757 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -195,6 +195,7 @@ struct sig_pri_pri {
|
||||
char privateprefix[20]; /*!< for private dialplans */
|
||||
char unknownprefix[20]; /*!< for unknown dialplans */
|
||||
long resetinterval; /*!< Interval (in seconds) for resetting unused channels */
|
||||
char msn_list[AST_MAX_EXTENSION]; /*!< Comma separated list of MSNs to handle. Empty if disabled. */
|
||||
char idleext[AST_MAX_EXTENSION]; /*!< Where to idle extra calls */
|
||||
char idlecontext[AST_MAX_CONTEXT]; /*!< What context to use for idle */
|
||||
char idledial[AST_MAX_EXTENSION]; /*!< What to dial before dumping */
|
||||
|
||||
Reference in New Issue
Block a user