Greetings
need advice on how i can properly gather debug/log info
regarding this thread
(Asterisk 18.20.2 is suddenly stopped responding - #8 by SamShomi)
The issue occurs randomly once a month propably
after applying changes (adding Extension or adding DDI) asterisk stops responding.
(we are applying changes several times per day)
but I can still connect to asterisk CLI asterisk -rx
so probably it is not crashing
@BlazeStudios advice was to get a backtrace
https://sangomakb.atlassian.net/wiki/spaces/SS/pages/31162494/Providing+Great+Debug
but after fwconsole dbug
I need to reproduce the issue which cannot be reproducible
because it already appears
1- The core dump is not there
ls -l /tmp | grep core.
2- When Asterisk is still accessible but there is no core dump file I assume it did not crash but just hung. In this case I would need to use this command?
/var/lib/asterisk/scripts/ast_coredumper --running --tarball-coredumps
Please advice
12 posts - 5 participants