summaryrefslogtreecommitdiff
path: root/include/asterisk/frame.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/frame.h')
-rw-r--r--include/asterisk/frame.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asterisk/frame.h b/include/asterisk/frame.h
index bfd92fa2d..b2032b8d1 100644
--- a/include/asterisk/frame.h
+++ b/include/asterisk/frame.h
@@ -459,6 +459,10 @@ enum ast_control_transfer {
/*! Get the CC agent type from the channel */
#define AST_OPTION_CC_AGENT_TYPE 17
+/*! Get or set the security options on a channel */
+#define AST_OPTION_SECURE_SIGNALING 18
+#define AST_OPTION_SECURE_MEDIA 19
+
struct oprmode {
struct ast_channel *peer;
int mode;