From: Michael K. <li...@mk...> - 2020-05-20 09:40:55
|
> Am 20.05.2020 um 11:33 schrieb Michael Keuter <li...@mk...>: > > > >> Am 20.05.2020 um 11:25 schrieb Michael Knill <mic...@ip...>: >> >> At one of my large customer sites, when I implemented an IVR which uses Local channels to forward to a queue, I got regular seg faults on app_queue.so crashing Asterisk. This was a previous problem and I was hoping the SE version would fix it but it didn't. >> When I upgraded from Asterisk 13.23.1 (SE) to Asterisk 13.29.2, the problem is now gone. >> >> Not sure how we should handle this? Ideally it would be good to find where this problem was fixed and make that the SE version but not sure how we pick an SE version. >> >> Regards >> Michael Knill > > Hi Michael, > > I would start here: > > http://git.asterisk.org/gitweb/?p=asterisk/asterisk.git;a=history;f=apps/app_queue.c;h=53ae2ba1c59ffc1fbadc2e1d197624856fc9ae24;hb=1863c35fc3f888d726e54e8674ec78a7cd099e34 > > This is the history of "app_queue.c" backwards from 13.29.2. There were lots of changes compared to 13.21-cert6: http://git.asterisk.org/gitweb/?p=asterisk/asterisk.git;a=history;f=apps/app_queue.c;h=f783ac94deedd7f10fff365c3b7dde2afdf85833;hb=a8b7b407f9a3f1c12d0aa03761cd32b550d6a140 Why don't you use the latest Asterisk 13 version? In the cert version there were no updates for more than half a year: http://git.asterisk.org/gitweb/?p=asterisk/asterisk.git;a=shortlog;h=refs/heads/certified/13.21 I use the cert version only when I only need basic stuff or on routers etc. app_queue is definitely no basic stuff, but quite complex. Michael http://www.mksolutions.info |