<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; ">I don't have the source for 1.2.18 handy and didn't bother digging through my 1.4.4 tree looking but a quick grep for the <DIV>exact error you see didn't reveal anything... although i greped the typo in maaximum</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>However, correct that and that leads you to config.c </DIV><DIV>#define MAX_INCLUDE_LEVEL 10</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>I suspect if your nesting a lot of includes you would probably need to up this level.  I don't see a way to change this in asterisk.conf so</DIV><DIV>I would suggest if you really need to go that deep in includes edit this option re-compile and be happy.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>**** NOTE *** </DIV><DIV>This was in 1.4.4 maybe different in your version.  I'm also not qualified to say from a quick glance if upping this limit has any negative impact</DIV><DIV>but I would imagine it wouldn't.... and is more to help keep from causing loops.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><BR><DIV><DIV>On Jun 21, 2007, at 6:37 AM, Deepak Bhat wrote:</DIV><BR class="Apple-interchange-newline"><BLOCKQUOTE type="cite"> Im sure its not a circular include.<BR> <BR> Like you said its mostly realted to the number of nested includes but the exact meaning is not clear to me.<BR> <BR> Anyways to get it working I have consolidated most of my queue config files and am not including anything from files that are included.<BR> <BR> Thanks!<BR> <BR> Tzafrir Cohen wrote: <BLOCKQUOTE cite="mid:20070621082555.GZ32292@xorcom.com" type="cite">  <PRE wrap="">On Thu, Jun 21, 2007 at 12:35:30PM +0530, Deepak Bhat wrote:
  </PRE>  <BLOCKQUOTE type="cite">    <PRE wrap="">Hi all,

I am using asterisk version 1.2.18.

I recently tried to change my asterisk configuration by using #include 
statements to include other config files in my extensions.conf and 
queues.conf files.

My queues.conf is in /etc/asterisk. It includes several files which are 
in /etc/asterisk/queues. Each of these files contains the config of 
individual queues.

Again each of the individual queue config files in /etc/asterisk/queues 
includes files which are in /etc/asterisk/queues/queue_members.

The problem is that when I reload this config I get the following error: -

*WARNING: Maaximum include level exceeded : 10*

Has anyone encoutered this before and does anyone know what it means ??

Any help will be deeply appreciated as I have been unable to find any 
documentation on this.
    </PRE>  </BLOCKQUOTE>  <PRE wrap="">Sounds like a circular include:

in extensions.conf:

  #include extensions.conf

The circle may include more than one file.

To trac this, enable debugging and debug logging. There is a debug 
comment for each included file.

Unless you really have such a complex nesting structure of include files
and want that constant changed. That it easy to do by a code change. I
don't really see a reason to make this configurable, until someone shows
me a case where this does not indicate a circular include.

Hmmm... so should the error message be changed to:

*WARNING: Maaximum include level exceeded : 10. Check for circular
includes.*

?

  </PRE></BLOCKQUOTE> <BR><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">_______________________________________________</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">--Bandwidth and Colocation provided by Easynews.com --</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; min-height: 14px; "><BR></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">asterisk-users mailing list</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">To UNSUBSCRIBE or update options visit:</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><SPAN class="Apple-converted-space">   </SPAN><A href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</A></DIV> </BLOCKQUOTE></DIV><BR><DIV> <SPAN class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Helvetica" size="3" style="font: 12.0px Helvetica">-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-</FONT></P><P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Helvetica" size="3" style="font: 12.0px Helvetica">Bryan Laird, Sr. Manager CM Operations</FONT></P><P style="margin: 0.0px 0.0px 0.0px 0.0px"><BR class="khtml-block-placeholder"></P><P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Helvetica" size="3" style="font: 12.0px Helvetica"><SPAN class="Apple-converted-space">                      <SPAN class="Apple-converted-space"> </SPAN></SPAN>-+-</FONT></P><P style="margin: 0.0px 0.0px 0.0px 0.0px">Cablemodems are the gateway to the Internet.</P><P style="margin: 0.0px 0.0px 0.0px 0.0px">The Internet is a gateway to some things that are  better left un-seen.</P><BR class="Apple-interchange-newline"></SPAN> </DIV><BR></DIV></BODY></HTML>