]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Fix issue with streaming MOH failing if nobody is listening.
authorJoshua Colp <jcolp@digium.com>
Thu, 12 Mar 2009 16:29:19 +0000 (16:29 +0000)
committerJoshua Colp <jcolp@digium.com>
Thu, 12 Mar 2009 16:29:19 +0000 (16:29 +0000)
commit293900d3f2ea0e14fda0e38c1fd6f46888fd822a
treeb1f316a3f7f91602e4130dee05c5fbccfc918c29
parente809699406725dd3ba04252f866d502ed8058840
Fix issue with streaming MOH failing if nobody is listening.

When a music class is setup to actually provide music on hold
from a stream we need to constantly read audio from it since it
will constantly be providing audio. This is now done despite there
being no channels listening to it.

(closes issue #14416)
Reported by: caspy

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