[asterisk-bugs] [Asterisk 0011086]: avoid nonexistent context warnings when loading AEL
noreply at bugs.digium.com
noreply at bugs.digium.com
Tue Oct 30 23:21:14 CDT 2007
The following issue has been RESOLVED.
======================================================================
http://bugs.digium.com/view.php?id=11086
======================================================================
Reported By: dimas
Assigned To: murf
======================================================================
Project: Asterisk
Issue ID: 11086
Category: PBX/pbx_ael
Reproducibility: always
Severity: feature
Priority: normal
Status: resolved
Asterisk Version: 1.4.13
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: 10-25-2007 11:25 CDT
Last Modified: 10-30-2007 23:21 CDT
======================================================================
Summary: avoid nonexistent context warnings when loading AEL
Description:
When AEL loads its configuration, it produces alot of warnings like
[Oct 25 19:59:26] WARNING[2457] pbx.c: Context 'FOO' tries includes
nonexistent context 'BAR'
This happens because BAR context is defined later than FOO context. When
you have really many context, they are most likely spread across multiple
files and it is not always possible to organize files in a way that
included context are always loaded before including ones.
======================================================================
----------------------------------------------------------------------
murf - 10-30-07 23:21
----------------------------------------------------------------------
Included some explanation in the check_includes function, so that users may
better react to the information of the warning.
see 87775 in 1.4, and 87776 in trunk.
Issue History
Date Modified Username Field Change
======================================================================
10-30-07 23:21 murf Note Added: 0072789
======================================================================
More information about the asterisk-bugs
mailing list