mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
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
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user