mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
Separate PROCEEDING and PROGRESS
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3206 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -210,8 +210,10 @@ struct ast_frame_chain {
|
||||
#define AST_CONTROL_RADIO_KEY 12
|
||||
/*! Un-Key Radio */
|
||||
#define AST_CONTROL_RADIO_UNKEY 13
|
||||
/*! Indicate CALL_PROCEEDING or PROGRESS */
|
||||
/*! Indicate PROGRESS */
|
||||
#define AST_CONTROL_PROGRESS 14
|
||||
/*! Indicate CALL PROCEEDING */
|
||||
#define AST_CONTROL_PROCEEDING 15
|
||||
|
||||
#define AST_SMOOTHER_FLAG_G729 (1 << 0)
|
||||
|
||||
|
Reference in New Issue
Block a user