From 63d49a667e802238e813f258b64618549d3293b4 Mon Sep 17 00:00:00 2001 From: Jim Dixon Date: Sun, 23 Mar 2003 17:14:29 +0000 Subject: 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 --- include/asterisk/frame.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/asterisk/frame.h') 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 -- cgit v1.2.3