More changes to make t.38 support work

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@8015 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Matthew Fredrickson
2006-01-12 17:14:58 +00:00
parent 0f5e4e476a
commit 1437a7255d
3 changed files with 19 additions and 2 deletions

View File

@@ -145,8 +145,16 @@ struct ast_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
/*! T.38 Fax-over-IP data stream */
#define AST_FRAME_T38 11
#if defined(T38_SUPPORT)
/*! Modem-over-IP data streams */
#define AST_FRAME_MODEM 11
/* MODEM subclasses */
/*! T.38 Fax-over-IP */
#define AST_MODEM_T38 1
/*! V.150 Modem-over-IP */
#define AST_MODEM_V150 2
#endif
/* HTML subclasses */
/*! Sending a URL */