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

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Feb 14 10:49:59 CST 2014


Author: oej
Date: Fri Feb 14 10:49:53 2014
New Revision: 408136

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=408136
Log:
Fix duplicate

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=408136&r1=408135&r2=408136
==============================================================================
--- team/oej/teapot-1.8/include/asterisk/frame.h (original)
+++ team/oej/teapot-1.8/include/asterisk/frame.h Fri Feb 14 10:49:53 2014
@@ -349,7 +349,7 @@
 	AST_CONTROL_AOC = 28,			/*!< Advice of Charge with encoded generic AOC payload */
 	AST_CONTROL_END_OF_Q = 29,		/*!< Indicate that this position was the end of the channel queue for a softhangup. */
 	AST_CONTROL_INCOMPLETE = 30,	/*!< Indication that the extension dialed is incomplete */
-	AST_CONTROL_UPDATE_RTP_PEER = 32, /*!< Interrupt the bridge and have it update the peer */
+	AST_CONTROL_UPDATE_RTP_PEER = 31, /*!< Interrupt the bridge and have it update the peer */
 
 	/*
 	 * WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING




More information about the svn-commits mailing list