[svn-commits] oej: branch oej/roibus-comfort-noise-trunk r377008 - /team/oej/roibus-comfort...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Dec 3 04:43:28 CST 2012


Author: oej
Date: Mon Dec  3 04:43:13 2012
New Revision: 377008

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=377008
Log:
Gotta love enum's.

Modified:
    team/oej/roibus-comfort-noise-trunk/funcs/func_frame_trace.c

Modified: team/oej/roibus-comfort-noise-trunk/funcs/func_frame_trace.c
URL: http://svnview.digium.com/svn/asterisk/team/oej/roibus-comfort-noise-trunk/funcs/func_frame_trace.c?view=diff&rev=377008&r1=377007&r2=377008
==============================================================================
--- team/oej/roibus-comfort-noise-trunk/funcs/func_frame_trace.c (original)
+++ team/oej/roibus-comfort-noise-trunk/funcs/func_frame_trace.c Mon Dec  3 04:43:13 2012
@@ -321,6 +321,9 @@
 		case AST_CONTROL_END_OF_Q:
 			ast_verbose("SubClass: END_OF_Q\n");
 			break;
+		case AST_CONTROL_CNG_END:
+			ast_verbose("SubClass: CNG_END\n");
+			break;
 		case AST_CONTROL_UPDATE_RTP_PEER:
 			ast_verbose("SubClass: UPDATE_RTP_PEER\n");
 			break;




More information about the svn-commits mailing list