mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Add a control frame to indicate the source of media has changed. Depending on the underlying technology it may need to change some things.
(closes issue #12148) Reported by: jcomellas git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@106235 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -85,6 +85,7 @@ struct ast_codec_pref {
|
||||
\arg \b HOLD Call is placed on hold
|
||||
\arg \b UNHOLD Call is back from hold
|
||||
\arg \b VIDUPDATE Video update requested
|
||||
\arg \b SRCUPDATE The source of media has changed
|
||||
|
||||
*/
|
||||
|
||||
@@ -290,6 +291,7 @@ enum ast_control_frame_type {
|
||||
AST_CONTROL_HOLD = 16, /*!< Indicate call is placed on hold */
|
||||
AST_CONTROL_UNHOLD = 17, /*!< Indicate call is left from hold */
|
||||
AST_CONTROL_VIDUPDATE = 18, /*!< Indicate video frame update */
|
||||
AST_CONTROL_SRCUPDATE = 20, /*!< Indicate source of media has changed */
|
||||
};
|
||||
|
||||
#define AST_SMOOTHER_FLAG_G729 (1 << 0)
|
||||
|
Reference in New Issue
Block a user