summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main/event.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/main/event.c b/main/event.c
index 1c11626bb..d97b04336 100644
--- a/main/event.c
+++ b/main/event.c
@@ -217,6 +217,8 @@ 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",
};
struct ie_map {