Blocked revisions 233782 via svnmerge
authorRussell Bryant <russell@russellbryant.com>
Wed, 9 Dec 2009 15:15:02 +0000 (15:15 +0000)
committerRussell Bryant <russell@russellbryant.com>
Wed, 9 Dec 2009 15:15:02 +0000 (15:15 +0000)
commit5a7d71fb09ad05c4392010a2f2339c471194fec5
treec5704234f0e6a964fcc01e28f555d70656affe7f
parent80cb88e1f83ef1a727e42c4e0cdde94ef2060514
Blocked revisions 233782 via svnmerge

........
  r233782 | russell | 2009-12-09 09:14:21 -0600 (Wed, 09 Dec 2009) | 22 lines

  Set a module load priority for format modules.

  A recent change to app_voicemail made it such that the module now assumes that
  all format modules are available while processing voicemail configuration.
  However, when autoloading modules, it was possible that app_voicemail was
  loaded before the format modules. Since format modules don't depend on
  anything, set a module load priority on them to ensure that they get loaded
  first when autoloading.

  This version of the patch is specific to Asterisk 1.4 and 1.6.0.  These versions
  did not already support module load priority in the module API.  This adds a
  trivial version of this which is just a module flag to include it in a pass before
  loading "everything".

  Thanks to mmichelson for the review!

  (closes issue #16412)
  Reported by: jiddings
  Tested by: russell

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

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@233783 65c4cc65-6c06-0410-ace0-fbb531ad65f3