[svn-commits] rmudgett: branch rmudgett/cel_accountcode r416990 - /team/rmudgett/cel_accoun...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Jun 20 22:27:49 CDT 2014


Author: rmudgett
Date: Fri Jun 20 22:27:41 2014
New Revision: 416990

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=416990
Log:
Found another type mismatch in ie_maps[] that nothing uses.

Modified:
    team/rmudgett/cel_accountcode/main/event.c

Modified: team/rmudgett/cel_accountcode/main/event.c
URL: http://svnview.digium.com/svn/asterisk/team/rmudgett/cel_accountcode/main/event.c?view=diff&rev=416990&r1=416989&r2=416990
==============================================================================
--- team/rmudgett/cel_accountcode/main/event.c (original)
+++ team/rmudgett/cel_accountcode/main/event.c Fri Jun 20 22:27:41 2014
@@ -163,7 +163,7 @@
 	[AST_EVENT_IE_CEL_LINKEDID]        = { AST_EVENT_IE_PLTYPE_STR,  "CELLinkedID" },
 	[AST_EVENT_IE_CEL_PEERACCT]        = { AST_EVENT_IE_PLTYPE_STR,  "CELPeerAcct" },
 	[AST_EVENT_IE_CEL_EXTRA]           = { AST_EVENT_IE_PLTYPE_STR,  "CELExtra" },
-	[AST_EVENT_IE_SECURITY_EVENT]      = { AST_EVENT_IE_PLTYPE_STR,  "SecurityEvent" },
+	[AST_EVENT_IE_SECURITY_EVENT]      = { AST_EVENT_IE_PLTYPE_UINT, "SecurityEvent" },
 	[AST_EVENT_IE_EVENT_VERSION]       = { AST_EVENT_IE_PLTYPE_UINT, "EventVersion" },
 	[AST_EVENT_IE_SERVICE]             = { AST_EVENT_IE_PLTYPE_STR,  "Service" },
 	[AST_EVENT_IE_MODULE]              = { AST_EVENT_IE_PLTYPE_STR,  "Module" },




More information about the svn-commits mailing list