mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 07:35:18 +00:00
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:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user