]> git.ipfire.org Git - thirdparty/asterisk.git/commit
One way audio before answering call waiting call on analog port.
authorRichard Mudgett <rmudgett@digium.com>
Sat, 20 Nov 2010 03:11:15 +0000 (03:11 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Sat, 20 Nov 2010 03:11:15 +0000 (03:11 +0000)
commita77913a22dbdf3196b7b16144dd30e047efe048c
tree9b041025490cd4c71b8b4131e61b21fdceabec07
parent5153fbef97f7d12355394f06ba9cca5f4a0b867d
One way audio before answering call waiting call on analog port.

* Analog call waiting Caller ID spills could get stuck resulting in one
way audio until the waiting call is answered.  This only happens on the
second (and later) call waiting call if the active call is not the first
call.

* The CLI/AMI "dahdi show channel" command could report the wrong channel
information.

Must keep the struct analog_pvt.owner and struct dahdi_pvt.owner pointer
in sync.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@295747 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/chan_dahdi.c
channels/sig_analog.c
channels/sig_analog.h