[svn-commits] mmichelson: branch group/CCSS r225371 - /team/group/CCSS/main/ccss.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Oct 22 12:19:13 CDT 2009


Author: mmichelson
Date: Thu Oct 22 12:19:10 2009
New Revision: 225371

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=225371
Log:
Yuck. As much as I hate to do it, I don't think it's going
to work well to have this general manager event function here.

Oh well.


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

Modified: team/group/CCSS/main/ccss.c
URL: http://svnview.digium.com/svn/asterisk/team/group/CCSS/main/ccss.c?view=diff&rev=225371&r1=225370&r2=225371
==============================================================================
--- team/group/CCSS/main/ccss.c (original)
+++ team/group/CCSS/main/ccss.c Thu Oct 22 12:19:10 2009
@@ -2282,17 +2282,6 @@
 	int core_id;
 	char debug[1];
 };
-
-static void cc_manager_event(int core_id, int is_caller, const char * const device, enum cc_state state, const char * const debug)
-{
-	manager_event(EVENT_FLAG_CC, "CCEvent",
-		"CoreID: %d\r\n"
-		"%s: %s\r\n"
-		"Status: %s\r\n"
-		"Reason: %s\r\n",
-		core_id, is_caller ? "Caller" : "Callee", device, cc_state_to_string(state), debug
-	);
-}
 
 static int cc_do_state_change(void *datap)
 {




More information about the svn-commits mailing list