summaryrefslogtreecommitdiff
path: root/include/asterisk/frame.h
diff options
context:
space:
mode:
authorJim Dixon <telesistant@hotmail.com>2003-03-23 17:14:29 +0000
committerJim Dixon <telesistant@hotmail.com>2003-03-23 17:14:29 +0000
commit63d49a667e802238e813f258b64618549d3293b4 (patch)
treea9f8d3cf67367ff98a5f1c5866bc5666434a50c1 /include/asterisk/frame.h
parent445bf6c4f15be29083cb6da0b30da4f55011fba2 (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: https://origsvn.digium.com/svn/asterisk/trunk@677 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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