[Home]

Summary:ASTERISK-02766: config from db via include
Reporter:crich (crich)Labels:
Date Opened:2004-11-08 15:51:30.000-0600Date Closed:2011-06-07 14:04:48
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/Configuration
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:What I plan to do:

I want to have a extensions.conf with some macros, then i wan t to include a file "extra-extensions.conf" which is read from a db.

I used cvs version v1-0-2 there I could load a whole extensions.conf from the db via odbc but i couldn't get the extra-extensions.conf loaded, lets say asterisk told me as LOG_NOTICE that it found my extra-conf and read it from the odbc source, but the extensions weren't available with show dialplan

Using CVS head makes it even impossible to load the whole extensions.conf or other confs from the db (but asterisk still says it found the file and will load it via odbc) ..

Comments:By: Brian West (bkw918) 2004-11-08 16:19:13.000-0600

#include dbhandler:file is no longer working in cvs-head

You must map all files to db in extconfig.conf

bkw

By: Mark Spencer (markster) 2004-11-08 16:23:04.000-0600

Like bkw_ said, you just need to setup extconfig.conf.  This is a technical support issue and not a bug/feature issue, please seek help on irc if you need more assistance with this.