summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMatthew Fredrickson <creslin@digium.com>2006-05-16 21:43:20 +0000
committerMatthew Fredrickson <creslin@digium.com>2006-05-16 21:43:20 +0000
commit99648dd7133163c0d6e5776b89694d86f4f2c5de (patch)
tree178e91ef56c8e994612f26e641ce5d33a9d06298 /include
parent912f9f9dc7235b4515004b9b0d735a0a04fce538 (diff)
Add option for enabling and disabling echo cancellation
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@27523 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/frame.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asterisk/frame.h b/include/asterisk/frame.h
index 71e4ca908..102a637f4 100644
--- a/include/asterisk/frame.h
+++ b/include/asterisk/frame.h
@@ -303,6 +303,9 @@ enum ast_control_frame_type {
/* set channel into "Operator Services" mode */
#define AST_OPTION_OPRMODE 7
+/*! Explicitly enable or disable echo cancelation for the given channel */
+#define AST_OPTION_ECHOCAN 8
+
struct oprmode {
struct ast_channel *peer;
int mode;