[asterisk-commits] jrose: branch 11 r387030 - /branches/11/main/event.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Apr 30 17:15:55 CDT 2013


Author: jrose
Date: Tue Apr 30 17:15:51 2013
New Revision: 387030

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=387030
Log:
Add forgotten event types to event_names array

Modified:
    branches/11/main/event.c

Modified: branches/11/main/event.c
URL: http://svnview.digium.com/svn/asterisk/branches/11/main/event.c?view=diff&rev=387030&r1=387029&r2=387030
==============================================================================
--- branches/11/main/event.c (original)
+++ branches/11/main/event.c Tue Apr 30 17:15:51 2013
@@ -216,6 +216,8 @@
 	[AST_EVENT_SECURITY]            = "Security",
 	[AST_EVENT_NETWORK_CHANGE]      = "NetworkChange",
 	[AST_EVENT_PRESENCE_STATE]      = "PresenceState",
+	[AST_EVENT_ACL_CHANGE]          = "ACLChange",
+	[AST_EVENT_PING]                = "Ping",
 };
 
 /*!




More information about the asterisk-commits mailing list