mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Named ACLs: Introduces a system for creating and sharing ACLs
This patch adds Named ACL functionality to Asterisk. This allows system administrators to define an ACL and refer to it by a unique name. Configurable items can then refer to that name when specifying access control lists. It also includes updates to all core supported consumers of ACLs. That includes manager, chan_sip, and chan_iax2. This feature is based on the deluxepine-trunk by Olle E. Johansson and provides a subset of the Named ACL functionality implemented in that branch. For more information on this feature, see acl.conf and/or the Asterisk wiki. Review: https://reviewboard.asterisk.org/r/1978/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@369959 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -970,6 +970,7 @@ enum channelreloadreason {
|
||||
CHANNEL_MODULE_RELOAD,
|
||||
CHANNEL_CLI_RELOAD,
|
||||
CHANNEL_MANAGER_RELOAD,
|
||||
CHANNEL_ACL_RELOAD,
|
||||
};
|
||||
|
||||
/*!
|
||||
|
Reference in New Issue
Block a user