I get a zillion of these messages whenever I do a reload from the console. What does it mean (besides the stack being exceeded )
Oct 20 09:52:20 WARNING[9253]: pbx.c:794 pbx_find_extension: Maximum PBX stack exceeded
I get a zillion of these messages whenever I do a reload from the console. What does it mean (besides the stack being exceeded )
Oct 20 09:52:20 WARNING[9253]: pbx.c:794 pbx_find_extension: Maximum PBX stack exceeded
I discovered the cause of the problem. We use a lot of #includes in our extensions.conf file to include the extensions for wach of our customers. Apparently the parser buffer gets overloaded and causes this message. All the extensions do get loaded however. Iām going to look at the code for the parser and allocate more memory to it.