[asterisk-commits] branch oej/t38passthrough r13324 -
/team/oej/t38passthrough/include/asterisk/
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Fri Mar 17 01:53:36 MST 2006
Author: oej
Date: Fri Mar 17 02:53:34 2006
New Revision: 13324
URL: http://svn.digium.com/view/asterisk?rev=13324&view=rev
Log:
Fix the include file as well
Modified:
team/oej/t38passthrough/include/asterisk/frame.h
Modified: team/oej/t38passthrough/include/asterisk/frame.h
URL: http://svn.digium.com/view/asterisk/team/oej/t38passthrough/include/asterisk/frame.h?rev=13324&r1=13323&r2=13324&view=diff
==============================================================================
--- team/oej/t38passthrough/include/asterisk/frame.h (original)
+++ team/oej/t38passthrough/include/asterisk/frame.h Fri Mar 17 02:53:34 2006
@@ -149,22 +149,18 @@
/*! Comfort Noise frame (subclass is level of CNG in -dBov),
body may include zero or more 8-bit quantization coefficients */
#define AST_FRAME_CNG 10
-#if defined(T38_SUPPORT)
/*! Modem-over-IP data streams */
#define AST_FRAME_MODEM 11
-#endif /* T38_SUPPORT */
/*! DTMF begin event, subclass is the digit */
#define AST_FRAME_DTMF_BEGIN 12
/*! DTMF end event, subclass is the digit */
#define AST_FRAME_DTMF_END 13
-#if defined(T38_SUPPORT)
/* MODEM subclasses */
/*! T.38 Fax-over-IP */
#define AST_MODEM_T38 1
/*! V.150 Modem-over-IP */
#define AST_MODEM_V150 2
-#endif /* T38_SUPPORT */
/* HTML subclasses */
/*! Sending a URL */
More information about the asterisk-commits
mailing list