From: Russell Bryant Date: Sat, 20 Jan 2007 18:27:35 +0000 (+0000) Subject: Add a comment that the frame type constants are transmitted directly over IAX2. X-Git-Tag: 1.6.0-beta1~3^2~3400 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8724e1c42ef774864f80a9cdaee0e900aa323ecd;p=thirdparty%2Fasterisk.git Add a comment that the frame type constants are transmitted directly over IAX2. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@51352 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/include/asterisk/frame.h b/include/asterisk/frame.h index 0adabc241f..8d376b4be3 100644 --- a/include/asterisk/frame.h +++ b/include/asterisk/frame.h @@ -93,6 +93,7 @@ struct ast_codec_pref { * * \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 */