Asterisk 13.5 And Higher (asterisk 13.7.2) Quitting
I start asterisk 13.7.2 and it dies before I can rasterisk into it. I’ve tried getting a coredump, but it doesn’t coredump. I know there are a lot of errors in the log below, but most of those just say it’ll not load a module, and no big deal.
When launching from commandline (not service script) here is what happens.
http://pastebin.com/3GFe6fG9
Travis Ryan Director of Information Technologies Oscar Winski Company
2407 North Ninth Street Lafayette, IN 47905
ryant@oscarwinski.com
(765) 742-1102
We’re not the IT department….We’re the I-TEAM department!
2 thoughts on - Asterisk 13.5 And Higher (asterisk 13.7.2) Quitting
Hi Travis,
Two things:
[Mar 3 15:19:37] WARNING[8439]: loader.c:553 load_dynamic_module: Error loading module ‘res_monitor.so’:
/usr/lib/asterisk/modules/res_monitor.so: undefined symbol: __ast_beep_stop
[Mar 3 15:19:37] WARNING[8439]: loader.c:553 load_dynamic_module: Error loading module ‘res_ari_events.so’:
/usr/lib/asterisk/modules/res_ari_events.so: undefined symbol:
stasis_app_register_all
Undefined symbol errors are not good. Not sure why that’s just a WARNING. Maybe something went wrong during the build? The output of the build should show you more information. In the mean time try disabling these two modules just to see if that clears up the problem.
[Mar 3 15:19:39] == Parsing ‘/etc/asterisk/extensions.conf’: Found
[Mar 3 15:19:39] WARNING[8439]: config.c:2228 config_text_file_load:
Unterminated comment detected beginning on line 386
That needs fixing.
HTH, Patrick
Travis Ryan Director of Information Technologies Oscar Winski Company
2407 North Ninth Street Lafayette, IN 47905
ryant@oscarwinski.com
(765) 742-1102
We’re not the IT department….We’re the I-TEAM department!
Thanks, now I’m at least getting a coredump. Ugh.