]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Add forgotten event types to event_names array
authorJonathan Rose <jrose@digium.com>
Tue, 30 Apr 2013 22:20:55 +0000 (22:20 +0000)
committerJonathan Rose <jrose@digium.com>
Tue, 30 Apr 2013 22:20:55 +0000 (22:20 +0000)
........

Merged revisions 387030 from http://svn.asterisk.org/svn/asterisk/branches/11

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@387035 65c4cc65-6c06-0410-ace0-fbb531ad65f3

main/event.c

index 1c11626bbec936ac01cd0f05133bafc2d5e639bf..d97b04336b77d9bf4e6362e657fa36aeb4cae7a7 100644 (file)
@@ -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 {