Summary: | ASTERISK-02601: Directory Application doesn't work if using realtime config. | ||
Reporter: | zebble (zebble) | Labels: | |
Date Opened: | 2004-10-14 00:55:21 | Date Closed: | 2004-10-14 18:52:49 |
Priority: | Minor | Regression? | No |
Status: | Closed/Complete | Components: | Core/General |
Versions: | Frequency of Occurrence | ||
Related Issues: | |||
Environment: | Attachments: | ||
Description: | The Directory application won't find any matches if you're using realtime config through extconfig.conf, unless you populate the zones in voicemail.conf with duplicate information. ****** ADDITIONAL INFORMATION ****** I attempted to fix this, but the new ast_load_realtime and ast_load_realtime_multientry don't allow for parsing through multiple key matches, so trying to hit a match would require a maximum of 1000 calls to the function to find a directory match (000 to 999). Perhaps a linked list of ast_variable's/ast_config's generated by an additional function (ast_load_realtime_multiline?) would help? | ||
Comments: | By: Brian West (bkw918) 2004-10-14 00:58:12 We are accepting patches. Its not converted to use realtime just yet! :P By: Brian West (bkw918) 2004-10-14 01:02:23 Please post on bug ASTERISK-2438 |