[asterisk-commits] jrose: trunk r387035 - in /trunk: ./ main/event.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Apr 30 17:20:58 CDT 2013
Author: jrose
Date: Tue Apr 30 17:20:55 2013
New Revision: 387035
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=387035
Log:
Add forgotten event types to event_names array
........
Merged revisions 387030 from http://svn.asterisk.org/svn/asterisk/branches/11
Modified:
trunk/ (props changed)
trunk/main/event.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-11-merged' - no diff available.
Modified: trunk/main/event.c
URL: http://svnview.digium.com/svn/asterisk/trunk/main/event.c?view=diff&rev=387035&r1=387034&r2=387035
==============================================================================
--- trunk/main/event.c (original)
+++ trunk/main/event.c Tue Apr 30 17:20:55 2013
@@ -217,6 +217,8 @@
[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 {
More information about the asterisk-commits
mailing list