aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-01-20 18:27:35 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-01-20 18:27:35 +0000
commit4c89bb0cf2df35531a866eb4e80f68d3750f358f (patch)
tree51fdf9de61e8ced252f105117e8ab3817a954f7d /include
parent53d316df056cc7f4bd4ec8ba2572691a0e9e5677 (diff)
Add a comment that the frame type constants are transmitted directly over IAX2.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@51352 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/frame.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asterisk/frame.h b/include/asterisk/frame.h
index 0adabc241..8d376b4be 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 */