[asterisk-bugs] [Asterisk 0012716]: [patch] warning about non-existent dialplan context is garbled, sometimes spurious

noreply at bugs.digium.com noreply at bugs.digium.com
Wed Jun 4 08:24:52 CDT 2008


The following issue has been RESOLVED. 
====================================================================== 
http://bugs.digium.com/view.php?id=12716 
====================================================================== 
Reported By:                chappell
Assigned To:                file
====================================================================== 
Project:                    Asterisk
Issue ID:                   12716
Category:                   PBX/pbx_config
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     resolved
Asterisk Version:           1.4.19 
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Disclaimer on File?:        N/A 
Request Review:              
Resolution:                 fixed
Fixed in Version:           
====================================================================== 
Date Submitted:             05-23-2008 15:51 CDT
Last Modified:              06-04-2008 08:24 CDT
====================================================================== 
Summary:                    [patch] warning about non-existent dialplan context
is garbled, sometimes spurious
Description: 
Every time the dialplan is loaded, the following warning is printed:

WARNING[7633]: pbx.c:6322 ast_context_verify_includes: Context
'_______________' tries includes nonexistent context 'featuremap'

Note the phrase "tries includes".  Also note that in this case the warning
is spurious since featuremap is a pseudo context defined in features.conf.

Patch fixes wording and suppresses warning for featuremap.

However, suppressing the warning creates a new problem.  On some servers 
"dialplan reload" takes up to a minute to run after the prompt has
returned.  Currently the spurious warning, since it occurs at the very end
of the process, servers as an indicate that the command has finished its
work.  Therefore this patch fixes "dialplan reload" so that it prints
"Dialplan reloaded." on the console when it finishes.




====================================================================== 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
06-04-08 08:24  svnbot         Status                   assigned => resolved
06-04-08 08:24  svnbot         Resolution               open => fixed       
======================================================================




More information about the asterisk-bugs mailing list