]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Resolve an overlap in the ast_audiohook_flags values.
authorSean Bright <sean@malleable.com>
Wed, 1 Feb 2012 15:50:50 +0000 (15:50 +0000)
committerSean Bright <sean@malleable.com>
Wed, 1 Feb 2012 15:50:50 +0000 (15:50 +0000)
commitf28f00bd6e3caa5f8572501b8f692068e9e09259
tree57eda3c3a2c07caf6a4ef7bd7f736fe3a02fabd5
parent3bf654b1dce9c3f9334cd7624218d93dfbf2655d
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

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