dect
/
asterisk
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
asterisk/formats
russell 0e5b47cc9c 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: http://svn.digium.com/svn/asterisk/branches/1.4@233782 f38db490-d61c-443f-a65b-d21fe96a405b
2009-12-09 15:14:21 +00:00
..
Makefile fix some copy-and-paste leftovers 2007-12-17 07:21:08 +00:00
format_g723.c Set a module load priority for format modules. 2009-12-09 15:14:21 +00:00
format_g726.c Set a module load priority for format modules. 2009-12-09 15:14:21 +00:00
format_g729.c Set a module load priority for format modules. 2009-12-09 15:14:21 +00:00
format_gsm.c Set a module load priority for format modules. 2009-12-09 15:14:21 +00:00
format_h263.c Set a module load priority for format modules. 2009-12-09 15:14:21 +00:00
format_h264.c Set a module load priority for format modules. 2009-12-09 15:14:21 +00:00
format_ilbc.c Set a module load priority for format modules. 2009-12-09 15:14:21 +00:00
format_jpeg.c Set a module load priority for format modules. 2009-12-09 15:14:21 +00:00
format_ogg_vorbis.c Set a module load priority for format modules. 2009-12-09 15:14:21 +00:00
format_pcm.c Set a module load priority for format modules. 2009-12-09 15:14:21 +00:00
format_sln.c Set a module load priority for format modules. 2009-12-09 15:14:21 +00:00
format_vox.c Set a module load priority for format modules. 2009-12-09 15:14:21 +00:00
format_wav.c Set a module load priority for format modules. 2009-12-09 15:14:21 +00:00
format_wav_gsm.c Set a module load priority for format modules. 2009-12-09 15:14:21 +00:00
msgsm.h silence some more compiler warnings 2006-02-23 18:00:50 +00:00