[svn-commits] mmichelson: branch group/CCSS r248794 - /team/group/CCSS/main/manager.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Feb 25 12:42:24 CST 2010


Author: mmichelson
Date: Thu Feb 25 12:42:21 2010
New Revision: 248794

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=248794
Log:
Add the "cc" manager permission level to manager.c


Modified:
    team/group/CCSS/main/manager.c

Modified: team/group/CCSS/main/manager.c
URL: http://svnview.digium.com/svn/asterisk/team/group/CCSS/main/manager.c?view=diff&rev=248794&r1=248793&r2=248794
==============================================================================
--- team/group/CCSS/main/manager.c (original)
+++ team/group/CCSS/main/manager.c Thu Feb 25 12:42:21 2010
@@ -980,6 +980,7 @@
 	{ EVENT_FLAG_DIALPLAN, "dialplan" },
 	{ EVENT_FLAG_ORIGINATE, "originate" },
 	{ EVENT_FLAG_AGI, "agi" },
+	{ EVENT_FLAG_CC, "cc" },
 	{ INT_MAX, "all" },
 	{ 0, "none" },
 };




More information about the svn-commits mailing list