mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-21 01:01:02 +00:00
remove T38_SUPPORT define that is no longer needed
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@23536 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -164,22 +164,18 @@ extern struct ast_frame ast_null_frame;
|
||||
/*! 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 */
|
||||
|
||||
Reference in New Issue
Block a user