[asterisk-users] Asterisk 13.5 and higher (asterisk 13.7.2) quitting
Patrick Laimbock
patrick at laimbock.com
Fri Mar 4 09:58:17 CST 2016
Hi Travis,
On 04-03-16 15:23, Ryan, Travis wrote:
> 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
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
More information about the asterisk-users
mailing list