mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
Stasis Core: Refactor ACL Change events to go out over the stasis core msg bus
(issue ASTERISK-21103) Reported by: Matt Jordan Review: https://reviewboard.asterisk.org/r/2481/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@387037 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -217,7 +217,6 @@ static const char * const event_names[AST_EVENT_TOTAL] = {
|
||||
[AST_EVENT_SECURITY] = "Security",
|
||||
[AST_EVENT_NETWORK_CHANGE] = "NetworkChange",
|
||||
[AST_EVENT_PRESENCE_STATE] = "PresenceState",
|
||||
[AST_EVENT_ACL_CHANGE] = "ACLChange",
|
||||
[AST_EVENT_PING] = "Ping",
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user