[asterisk-commits] oej: branch oej/teapot-1.8 r412029 - /team/oej/teapot-1.8/include/asterisk/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Apr 9 04:26:34 CDT 2014


Author: oej
Date: Wed Apr  9 04:26:25 2014
New Revision: 412029

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=412029
Log:
Moving ID to not collide with trunk. You do not want to do that. Collide with the trunk that is. Hint. Hint.

Modified:
    team/oej/teapot-1.8/include/asterisk/frame.h

Modified: team/oej/teapot-1.8/include/asterisk/frame.h
URL: http://svnview.digium.com/svn/asterisk/team/oej/teapot-1.8/include/asterisk/frame.h?view=diff&rev=412029&r1=412028&r2=412029
==============================================================================
--- team/oej/teapot-1.8/include/asterisk/frame.h (original)
+++ team/oej/teapot-1.8/include/asterisk/frame.h Wed Apr  9 04:26:25 2014
@@ -364,7 +364,7 @@
 	 *
 	 * WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
 	 */
-	AST_CONTROL_CNG_END = 32,	/*!< Disable CNG playout in bridge */
+	AST_CONTROL_CNG_END = 34,	/*!< Disable CNG playout in bridge */
 };
 
 enum ast_frame_read_action {




More information about the asterisk-commits mailing list