[Home]

Summary:ASTERISK-00562: realtime static ignores manager.conf
Reporter:Chris Ochs (snacktime)Labels:
Date Opened:2005-07-01 13:21:32Date Closed:2008-01-15 15:39:58.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/Configuration
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:realtime static will say it's binding manager.conf to the database, but it goes ahead and loads it from the text file instead.

****** ADDITIONAL INFORMATION ******

Binding sipusers to mysql/asterisk/ast_home_sip_realtime
 == Binding sippeers to mysql/asterisk/ast_home_sip_realtime
 == Binding extensions.conf to mysql/asterisk/ast_home
 == Binding sip.conf to mysql/asterisk/ast_home
 == Binding iax.conf to mysql/asterisk/ast_home
 == Binding voicemail.conf to mysql/asterisk/ast_home
 == Binding manager.conf to mysql/asterisk/ast_home
 == Binding agents.conf to mysql/asterisk/ast_home
 == Binding features.conf to mysql/asterisk/ast_home
 == Binding queues.conf to mysql/asterisk/ast_home
 == Binding agents.conf to mysql/asterisk/ast_home
 == Binding meetme.conf to mysql/asterisk/ast_home
Asterisk CVS-D2005.06.13.07.00.00-06/26/05-18:45:08, Copyright (C) 1999 - 2005 Digium.
Written by Mark Spencer <markster@digium.com>
=========================================================================
Jul  1 11:15:29 DEBUG[91966]: config.c:568 config_text_file_load: Parsing /etc/asterisk/manager.conf
Asterisk Management interface listening on port 5038
Comments:By: Kevin P. Fleming (kpfleming) 2005-07-05 17:02:59

This is a tricky one... it's dependent on the module load order and initialization order, but I'm looking into a potential solution.

By: Kevin P. Fleming (kpfleming) 2005-07-05 18:03:25

This is fixed in CVS HEAD, through the use of the new 'preload' keyword in modules.conf. See the documentation there and in extconfig.conf. Thanks for the report!

By: Digium Subversion (svnbot) 2008-01-15 15:39:58.000-0600

Repository: asterisk
Revision: 6032

U   trunk/config.c

------------------------------------------------------------------------
r6032 | kpfleming | 2008-01-15 15:39:57 -0600 (Tue, 15 Jan 2008) | 3 lines

clean up find_engine()
issue a warning when a config file mapping is found but the desired driver is not available (inspired by bug ASTERISK-562)

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

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