[asterisk-bugs] [Asterisk 0016412]: Ignoring unknown format wav & wav49...
Asterisk Bug Tracker
noreply at bugs.digium.com
Tue Dec 8 12:04:02 CST 2009
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=16412
======================================================================
Reported By: jiddings
Assigned To: russell
======================================================================
Project: Asterisk
Issue ID: 16412
Category: Formats/General
Reproducibility: always
Severity: major
Priority: normal
Status: acknowledged
Asterisk Version: SVN
JIRA: SWP-506
Regression: Yes
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): 1.6.2
SVN Revision (number only!): 233545
Request Review:
======================================================================
Date Submitted: 2009-12-08 08:54 CST
Last Modified: 2009-12-08 12:04 CST
======================================================================
Summary: Ignoring unknown format wav & wav49...
Description:
file.c: ignoring unknown format 'wav49'
file.c: ignoring unknown format 'wav'
Though format_wav.so and format_wav_gsm.so is loading properly.
This seems to have started after the file.c commit to the 1.6.2 branch on
December 1st.
======================================================================
----------------------------------------------------------------------
(0114929) svnbot (reporter) - 2009-12-08 12:04
https://issues.asterisk.org/view.php?id=16412#c114929
----------------------------------------------------------------------
Repository: asterisk
Revision: 233694
_U branches/1.6.2/
U branches/1.6.2/formats/format_g723.c
U branches/1.6.2/formats/format_g726.c
U branches/1.6.2/formats/format_g729.c
U branches/1.6.2/formats/format_gsm.c
U branches/1.6.2/formats/format_h263.c
U branches/1.6.2/formats/format_h264.c
U branches/1.6.2/formats/format_ilbc.c
U branches/1.6.2/formats/format_jpeg.c
U branches/1.6.2/formats/format_ogg_vorbis.c
U branches/1.6.2/formats/format_pcm.c
U branches/1.6.2/formats/format_siren14.c
U branches/1.6.2/formats/format_siren7.c
U branches/1.6.2/formats/format_sln.c
U branches/1.6.2/formats/format_sln16.c
U branches/1.6.2/formats/format_vox.c
U branches/1.6.2/formats/format_wav.c
U branches/1.6.2/formats/format_wav_gsm.c
------------------------------------------------------------------------
r233694 | russell | 2009-12-08 12:04:01 -0600 (Tue, 08 Dec 2009) | 23
lines
Merged revisions 233692 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r233692 | russell | 2009-12-08 12:00:16 -0600 (Tue, 08 Dec 2009) | 16
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 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 https://issues.asterisk.org/view.php?id=16412)
Reported by: jiddings
........
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=233694
Issue History
Date Modified Username Field Change
======================================================================
2009-12-08 12:04 svnbot Checkin
2009-12-08 12:04 svnbot Note Added: 0114929
======================================================================
More information about the asterisk-bugs
mailing list