Merge hold patch (bug #1840)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4823 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2005-01-17 12:37:55 +00:00
parent 441c545ccc
commit 840f035827
5 changed files with 81 additions and 11 deletions

View File

@@ -226,6 +226,10 @@ struct ast_frame_chain {
#define AST_CONTROL_PROGRESS 14
/*! Indicate CALL PROCEEDING */
#define AST_CONTROL_PROCEEDING 15
/*! Indicate call is placed on hold */
#define AST_CONTROL_HOLD 16
/*! Indicate call is left from hold */
#define AST_CONTROL_UNHOLD 17
#define AST_SMOOTHER_FLAG_G729 (1 << 0)