[asterisk-bugs] [Asterisk 0016412]: Ignoring unknown format wav & wav49...

Asterisk Bug Tracker noreply at bugs.digium.com
Tue Dec 8 12:00:18 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:00 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.
====================================================================== 

---------------------------------------------------------------------- 
 (0114927) svnbot (reporter) - 2009-12-08 12:00
 https://issues.asterisk.org/view.php?id=16412#c114927 
---------------------------------------------------------------------- 
Repository: asterisk
Revision: 233692

U   trunk/formats/format_g723.c
U   trunk/formats/format_g726.c
U   trunk/formats/format_g729.c
U   trunk/formats/format_gsm.c
U   trunk/formats/format_h263.c
U   trunk/formats/format_h264.c
U   trunk/formats/format_ilbc.c
U   trunk/formats/format_jpeg.c
U   trunk/formats/format_ogg_vorbis.c
U   trunk/formats/format_pcm.c
U   trunk/formats/format_siren14.c
U   trunk/formats/format_siren7.c
U   trunk/formats/format_sln.c
U   trunk/formats/format_sln16.c
U   trunk/formats/format_vox.c
U   trunk/formats/format_wav.c
U   trunk/formats/format_wav_gsm.c

------------------------------------------------------------------------
r233692 | russell | 2009-12-08 12:00:17 -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=233692 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-12-08 12:00 svnbot         Note Added: 0114927                          
======================================================================




More information about the asterisk-bugs mailing list