]> git.ipfire.org Git - thirdparty/asterisk.git/commit
chan_local: Only block media frames when a generator is on both ends of a local channel.
authorRichard Mudgett <rmudgett@digium.com>
Wed, 21 May 2014 22:01:26 +0000 (22:01 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Wed, 21 May 2014 22:01:26 +0000 (22:01 +0000)
commit46aff9f0f88dd8d8b9d4d688a2c9e10b78501a73
tree4dba7a9aecd9e15c110dab0ecb237bef6c15a299
parent1035ef957c651b1c8f74d4ce62f5b6fbacabe40a
chan_local: Only block media frames when a generator is on both ends of a local channel.

The fix for ASTERISK-12292 was a bit too aggressive.  You could have
generators pointed at each other on local channels but need to get other
kinds of frames such as DTMF or CONNECTED_LINE frames accross.

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