Repair offer/answer model (bug #2293), initial CNG work for new frametype

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3658 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2004-08-26 04:56:26 +00:00
parent 03cd30b746
commit fa814abe05
5 changed files with 40 additions and 37 deletions

View File

@@ -118,7 +118,7 @@ struct ast_frame_chain {
#define AST_FRAME_CONTROL 4
/*! An empty, useless frame */
#define AST_FRAME_NULL 5
/*! Inter Aterisk Exchange private frame type */
/*! Inter Asterisk Exchange private frame type */
#define AST_FRAME_IAX 6
/*! Text messages */
#define AST_FRAME_TEXT 7
@@ -126,6 +126,9 @@ struct ast_frame_chain {
#define AST_FRAME_IMAGE 8
/*! HTML Frame */
#define AST_FRAME_HTML 9
/*! 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
/* HTML subclasses */
/*! Sending a URL */