[Home]

Summary:ASTERISK-00426: No warnings given when include => non-existant-context
Reporter:Thorsten Lockert (tholo)Labels:
Date Opened:2003-10-24 21:31:03Date Closed:2008-01-15 14:36:34.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) pbx.diff
Description:If you have many contexts in your extensions.conf, and you happen to have a typo in your "include =>" statements such that you include non-existant context, no warnings are given.

****** ADDITIONAL INFORMATION ******

The following patch will make a quick check that all contexts referenced through "include =>" statements exists, and give warnings when non-existant ones are found.
Comments:By: Mark Spencer (markster) 2003-10-25 12:28:32

Added to CVS

By: Digium Subversion (svnbot) 2008-01-15 14:36:34.000-0600

Repository: asterisk
Revision: 1667

U   trunk/include/asterisk/pbx.h
U   trunk/pbx/pbx_config.c
U   trunk/pbx.c

------------------------------------------------------------------------
r1667 | markster | 2008-01-15 14:36:34 -0600 (Tue, 15 Jan 2008) | 2 lines

Verify includes, and give warnings if invalid (bug ASTERISK-426)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=1667