aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rwxr-xr-xinclude/asterisk/frame.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asterisk/frame.h b/include/asterisk/frame.h
index 035105781..c634254f6 100755
--- a/include/asterisk/frame.h
+++ b/include/asterisk/frame.h
@@ -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)