aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-01-17 12:37:55 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-01-17 12:37:55 +0000
commitc78d9df51eade074509d76f119780a8fcee35fc9 (patch)
tree34bc6eb8b0c1666b2821cf4e797a9af81b2477e0 /include
parent8f16ca10695470c3283716b19816baf7d9f21746 (diff)
Merge hold patch (bug #1840)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4823 f38db490-d61c-443f-a65b-d21fe96a405b
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)