Summary: | ASTERISK-23487: features.conf cant load from realtime because features_config.c starts before loader.c | ||||||
Reporter: | Denis (den159) | Labels: | |||||
Date Opened: | 2014-03-14 10:36:12 | Date Closed: | 2014-04-18 21:14:42 | ||||
Priority: | Major | Regression? | Yes | ||||
Status: | Closed/Complete | Components: | Core/Configuration | ||||
Versions: | 12.1.1 | Frequency of Occurrence | Constant | ||||
Related Issues: |
| ||||||
Environment: | Centos 6.5 on Oracle VM VirtualBox | Attachments: | ( 0) ASTERISK-23487-12.diff ( 1) extconfig.conf ( 2) messages ( 3) modules.conf | ||||
Description: | features.conf cant load from realtime because features_config.c starts before loader.c, and after CLI command "module reload " all features loades from realtime. This bag appeared in 12.1.0-rc2, conf and message files attached | ||||||
Comments: | By: Rusty Newton (rnewton) 2014-03-17 13:10:26.743-0500 Linking ASTERISK-23265 and ASTERISK-23320 as the fix for those issues may have caused this issue. By: Matt Jordan (mjordan) 2014-04-17 11:31:05.443-0500 The attached patch should fix the issue. If you can, please test it out on the latest Asterisk 12 from SVN (or the latest 12.2.0-rc) and let me know if it fixes the problem. Thanks! By: Denis (den159) 2014-04-18 11:13:07.208-0500 Yes, with patch it works, tested on 12.2.0-rc2. Thank You. P.S. I`ve definetly installed 12.2.0-rc2 from http://downloads.asterisk.org/pub/telephony/asterisk/releases/asterisk-12.2.0-rc2.tar.gz, but after installation version were 12.2.0-rc1, of course it does not matter, just hint. |