RE: [Asterisk-Users] Extensions.conf error - 'Maximum Include level(10) exceeded'

2006-01-13 Thread Douglas Garstang
Oh Nooo! It looks as if there is a limit of 9 (not 10) maximum #include statments that you can have in extensions.conf. For example, the following extensions.conf causes the error to appear.. [user_3250071] #include "inc/wildwildwest/features.conf" #include "inc/wildwildwest/features.conf"

Re: [Asterisk-Users] Extensions.conf error - 'Maximum Include level(10) exceeded'

2006-01-13 Thread Hadley Rich
On Saturday 14 January 2006 13:07, Douglas Garstang wrote: > This therefore means that is a maximum of 9 #include statements that can be > put into extensions.conf. This is a SERIOUS SERIOUS (how many times can I > say it?) limitation. I thought Digium said that Asterisk was supposed to be > enterp

Re: [Asterisk-Users] Extensions.conf error - 'Maximum Include level(10) exceeded'

2006-01-13 Thread Adrian Carter
I have heaps of includes. The limitation is not to the Extensions.conf file, but rather each CONTEXT within the Extensions.conf file. Its fairly logical, and no problem , since if you need more than 9 includes per context, simply use goto's and jump out to other context's or use AGI first to sele