]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Ensure overlapping hold flags do not conflict
authorKinsey Moore <kmoore@digium.com>
Wed, 6 Jun 2012 16:07:02 +0000 (16:07 +0000)
committerKinsey Moore <kmoore@digium.com>
Wed, 6 Jun 2012 16:07:02 +0000 (16:07 +0000)
commitb563128877a3ac0a058eda6f67e767e7f76711e3
treee3cd0b1e5d3cbea2f33c979b16cdfd1c17e3a9a1
parenteae448bc55d9deadb0297b7d328d184867dff0e6
Ensure overlapping hold flags do not conflict

When changing between different modes of hold, the flags were not being
cleared out properly causing a failure to change hold states.

(closes issue ASTERISK-19919)
Patch-by: Morten Tryfoss
Reported-by: Morten Tryfoss
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@368586 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/chan_sip.c