aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/frame.h
diff options
context:
space:
mode:
authormattf <mattf@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-16 21:43:20 +0000
committermattf <mattf@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-16 21:43:20 +0000
commit48b9e5d13a67af8ee5a01738da42f62299c27468 (patch)
tree178e91ef56c8e994612f26e641ce5d33a9d06298 /include/asterisk/frame.h
parentca4fd89b4e8bf5e7afc632e46c047d0c34944564 (diff)
Add option for enabling and disabling echo cancellation
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@27523 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/frame.h')
-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;