Resolve an overlap in the ast_audiohook_flags values.
authorSean Bright <sean@malleable.com>
Wed, 1 Feb 2012 15:59:54 +0000 (15:59 +0000)
committerSean Bright <sean@malleable.com>
Wed, 1 Feb 2012 15:59:54 +0000 (15:59 +0000)
commit544333b435c978507b191c29242aa8d06890073b
tree6f8796e03343c687b5c1c91dcd941fced3a81e81
parent863493118b8ec80b14bd6c9de0f57d1d87371f71
Resolve an overlap in the ast_audiohook_flags values.

AST_AUDIOHOOK_TRIGGER_WRITE and AST_AUDIOHOOK_WANTS_DTMF were overlapping which
may have caused unintended side effects.  This patch moves
AST_AUDIOHOOK_TRIGGER_WRITE, and updates AST_AUDIOHOOK_TRIGGER_MODE to reflect
the original intention.

This will affect existing modules that use these flags, so be sure to recompile
as necessary.

(closes issue ASTERISK-19246)
Reported by: feyfre
........

Merged revisions 353598 from http://svn.asterisk.org/svn/asterisk/branches/1.8
........

Merged revisions 353599 from http://svn.asterisk.org/svn/asterisk/branches/10

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@353600 65c4cc65-6c06-0410-ace0-fbb531ad65f3
include/asterisk/audiohook.h