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 084197df39 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 fix applies to trunk, 1.6.1, and 1.6.2.  The fix for 1.4 and 1.6.0 will
require a different approach since the module load priority functionality is
not present in the module API.

(issue #16412)
Reported by: jiddings


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@233692 f38db490-d61c-443f-a65b-d21fe96a405b
2009-12-08 18:00:16 +00:00
..
Makefile Merged revisions 93180 via svnmerge from 2007-12-17 07:25:35 +00:00
format_g723.c Set a module load priority for format modules. 2009-12-08 18:00:16 +00:00
format_g726.c Set a module load priority for format modules. 2009-12-08 18:00:16 +00:00
format_g729.c Set a module load priority for format modules. 2009-12-08 18:00:16 +00:00
format_gsm.c Set a module load priority for format modules. 2009-12-08 18:00:16 +00:00
format_h263.c Set a module load priority for format modules. 2009-12-08 18:00:16 +00:00
format_h264.c Set a module load priority for format modules. 2009-12-08 18:00:16 +00:00
format_ilbc.c Set a module load priority for format modules. 2009-12-08 18:00:16 +00:00
format_jpeg.c Set a module load priority for format modules. 2009-12-08 18:00:16 +00:00
format_ogg_vorbis.c Set a module load priority for format modules. 2009-12-08 18:00:16 +00:00
format_pcm.c Set a module load priority for format modules. 2009-12-08 18:00:16 +00:00
format_siren7.c Set a module load priority for format modules. 2009-12-08 18:00:16 +00:00
format_siren14.c Set a module load priority for format modules. 2009-12-08 18:00:16 +00:00
format_sln.c Set a module load priority for format modules. 2009-12-08 18:00:16 +00:00
format_sln16.c Set a module load priority for format modules. 2009-12-08 18:00:16 +00:00
format_vox.c Set a module load priority for format modules. 2009-12-08 18:00:16 +00:00
format_wav.c Set a module load priority for format modules. 2009-12-08 18:00:16 +00:00
format_wav_gsm.c Set a module load priority for format modules. 2009-12-08 18:00:16 +00:00
msgsm.h More merges from resolve-shadow warnings: 2008-08-07 15:16:48 +00:00