[Home]

Summary:ASTERISK-03248: Bugfix 3242 stops moh functionality if modules.conf.sample was used
Reporter:Serge Vecher (serge-v)Labels:
Date Opened:2005-01-10 15:34:13.000-0600Date Closed:2008-01-15 15:21:07.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Resources/res_musiconhold
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Synopsis:
After applying Bugfix 3242, native format moh stops working. I have traced the problem to modules.conf.sample file explicitly loading res_musicnonhold.so on line 27. If samples were used to create initial system configuration, this will create a problem.

Resolution:
My system is configured for autoload=yes, so removing
load => res_musiconhold.so in modules.conf

Suggestion:
Unless it is there for some reason, line 27 should be removed from configs/modules.conf.sample
Comments:By: Brian West (bkw918) 2005-01-10 15:58:25.000-0600

can you please provide a diff for the sample conf files.

bkw

By: Mark Spencer (markster) 2005-01-10 16:08:57.000-0600

Unfortunately that's not good enough.  I've made it just check them at runtime rather than start time.

By: Digium Subversion (svnbot) 2008-01-15 15:21:07.000-0600

Repository: asterisk
Revision: 4752

U   trunk/res/res_musiconhold.c

------------------------------------------------------------------------
r4752 | markster | 2008-01-15 15:21:07 -0600 (Tue, 15 Jan 2008) | 2 lines

Check moh files at runtime (bug ASTERISK-3248)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=4752