]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Fix another scenario where depending on configuration the stream would not get read.
authorJoshua Colp <jcolp@digium.com>
Thu, 12 Mar 2009 16:50:37 +0000 (16:50 +0000)
committerJoshua Colp <jcolp@digium.com>
Thu, 12 Mar 2009 16:50:37 +0000 (16:50 +0000)
commit2e825bd259c9b4656edfdff33d037e6123d495f5
tree4ff1af4c3ffaa1d366fff49e7f7da52b7f4d13c1
parent293900d3f2ea0e14fda0e38c1fd6f46888fd822a
Fix another scenario where depending on configuration the stream would not get read.

For custom commands we don't know whether the audio is coming from a stream or not
so we are going to have to read the data despite no channels.

(closes issue #14416)
Reported by: caspy

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@181659 65c4cc65-6c06-0410-ace0-fbb531ad65f3
res/res_musiconhold.c