I am facing an issue while I upgrade from Asterisk 11.25.1 to Asterisk 16.9.0 in my Call Center setup that while the calls in the queue gets higher, it stucks the asterisk with 500 hard code limit of thread pool of Stasis. I tried to increase threads limit in stasis.conf but it didn’t work then I changed the limit in source code of Asterisk 16 and it works.
WARNING[5466][C-000002c3]: taskprocessor.c:1160 taskprocessor_push: The ‘stasis/pool-control’ task processor queue reached 500 scheduled tasks again.
Can you please confirm why it can’t be set in stasis.conf as I don’t want to make changes in source code?