| Summary: | ASTERISK-07791: [patch] early return AST_MODULE_LOAD_DECLINE if config not exists | ||
| Reporter: | Denis Smirnov (mithraen) | Labels: | |
| Date Opened: | 2006-09-21 16:40:31 | Date Closed: | 2006-09-21 17:04:27 |
| Priority: | Minor | Regression? | No |
| Status: | Closed/Complete | Components: | Core/General |
| Versions: | Frequency of Occurrence | ||
| Related Issues: | |||
| Environment: | Attachments: | ( 0) pbx_dundi.c.diff | |
| Description: | early return AST_MODULE_LOAD_DECLINE if config not exists | ||
| Comments: | By: Joshua C. Colp (jcolp) 2006-09-21 17:04:27 This is incorrect. The structure passed to reload_config for network information later gets reset to default parameters and the settings from the config then get overwritten. | ||