]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Add a WARNING in bridge_softmix when a timing module isn't loaded
authorMatthew Jordan <mjordan@digium.com>
Wed, 18 Sep 2013 17:17:13 +0000 (17:17 +0000)
committerMatthew Jordan <mjordan@digium.com>
Wed, 18 Sep 2013 17:17:13 +0000 (17:17 +0000)
commitc96b43b532be108bc523625350bf0c569e5596ba
tree8f8a6bfefdcd3f27ef9e0d622232ededf4a29f7a
parent1c37158fe050defd498d7f14a5de89fd2e922aa2
Add a WARNING in bridge_softmix when a timing module isn't loaded

If bridge_softmix fails to be created because no timing source is present in
Asterisk, this will currently fail gracefully but with (most likely) a generic
error message by whatever module tried to create the softmix bridge. This
patch adds a more explicit warning so you can actually diagnose and fix the
problem.

Review: https://reviewboard.asterisk.org/r/2857/

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@399353 65c4cc65-6c06-0410-ace0-fbb531ad65f3
bridges/bridge_softmix.c