aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/frame.h
diff options
context:
space:
mode:
authorjim <jim@f38db490-d61c-443f-a65b-d21fe96a405b>2003-03-23 17:14:29 +0000
committerjim <jim@f38db490-d61c-443f-a65b-d21fe96a405b>2003-03-23 17:14:29 +0000
commitab99e2e10eef37f28f07cfb3ceee92f2f6f0b915 (patch)
treea9f8d3cf67367ff98a5f1c5866bc5666434a50c1 /include/asterisk/frame.h
parentf9d207f4d433e7e9660c1255754a17c37fb4da1e (diff)
Fixed so that dial from a Zap channel to a Zap channel in 'dataquality' mode actually puts channels into CLEAR mode (so that 56k ISDN calls will work thru it) 64K calls STILL DONT.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@677 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/frame.h')
-rwxr-xr-xinclude/asterisk/frame.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asterisk/frame.h b/include/asterisk/frame.h
index e971a6d03..2dbcccf08 100755
--- a/include/asterisk/frame.h
+++ b/include/asterisk/frame.h
@@ -188,6 +188,9 @@ struct ast_frame_chain {
/* Relax the parameters for DTMF reception (mainly for radio use) */
#define AST_OPTION_RELAXDTMF 3
+/* Set (or clear) Audio (Not-Clear) Mode */
+#define AST_OPTION_AUDIO_MODE 4
+
struct ast_option_header {
/* Always keep in network byte order */
#if __BYTE_ORDER == __BIG_ENDIAN