[Home]

Summary:ASTERISK-03177: app_voicemail needs to be loaded before channels
Reporter:Kevin P. Fleming (kpfleming)Labels:
Date Opened:2005-01-04 10:56:22.000-0600Date Closed:2008-01-15 15:19:49.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_voicemail
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:The recent changes to allow app_voicemail to "register" its functions with the core had an unintended side effect... when modules are being loaded automatically, the channel modules are loaded prior to any "app" modules, and when they try to get new message counts for their peers the console/logs will be spammed with the complaints about no functions being installed yet.

We either need to change the loadorder defined in loader.c, or just remove these messages (or maybe only display them once, unless "uninstall_functions" has been called). Just about anything would be better than the current situation.
Comments:By: Mark Spencer (markster) 2005-01-04 14:49:38.000-0600

Fixed in CVS.

By: Digium Subversion (svnbot) 2008-01-15 15:19:49.000-0600

Repository: asterisk
Revision: 4663

U   trunk/app.c

------------------------------------------------------------------------
r4663 | markster | 2008-01-15 15:19:48 -0600 (Tue, 15 Jan 2008) | 2 lines

Only print message one time (bug ASTERISK-3177)

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

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