[svn-commits] russell: trunk r51352 -
/trunk/include/asterisk/frame.h
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Sat Jan 20 11:27:37 MST 2007
Author: russell
Date: Sat Jan 20 12:27:35 2007
New Revision: 51352
URL: http://svn.digium.com/view/asterisk?view=rev&rev=51352
Log:
Add a comment that the frame type constants are transmitted directly over IAX2.
Modified:
trunk/include/asterisk/frame.h
Modified: trunk/include/asterisk/frame.h
URL: http://svn.digium.com/view/asterisk/trunk/include/asterisk/frame.h?view=diff&rev=51352&r1=51351&r2=51352
==============================================================================
--- trunk/include/asterisk/frame.h (original)
+++ trunk/include/asterisk/frame.h Sat Jan 20 12:27:35 2007
@@ -93,6 +93,7 @@
*
* \note It is important that the values of each frame type are never changed,
* because it will break backwards compatability with older versions.
+ * This is because these constants are transmitted directly over IAX2.
*/
enum ast_frame_type {
/*! DTMF end event, subclass is the digit */
More information about the svn-commits
mailing list