res_ari_mailboxes.so: undefined symbol

Hi, I’m using the asterisk-13.1.1 RPM included with fedora22 with dahdi downloaded and compiled from git and receiving the following error:

[Jul 15 11:25:51] WARNING[31751] loader.c: Error loading module 'res_ari_mailboxes.so': /usr/lib64/asterisk/modules/res_ari_mailboxes.so: undefined symbol: stasis_app_mailbox_to_json [Jul 15 11:25:51] WARNING[31751] loader.c: Module 'res_ari_mailboxes.so' could not be loaded.

This is upgraded from fedora21 where it all worked properly. Is this a fedora RPM problem or an asterisk problem? I’d rather not have to compile that from source too.

I also have a number of other errors/warnings, and I don’t know if they’re related, but I’m really stuck. These are from the messsages file when starting asterisk. Where do I go about troubleshooting these problems?

The actual problem I’m having is that asterisk answers the calls but cannot communicate with any IP phones.

[Jul 15 11:25:50] Asterisk 13.1.1 built by mockbuild @ buildhw-06.phx2.fedoraproject.org on a x86_64 running Linux on 2015-01-30 20:30:35 UTC [Jul 15 11:25:51] NOTICE[31751] cdr.c: CDR simple logging enabled. [Jul 15 11:25:51] NOTICE[31751] loader.c: 220 modules will be loaded. [Jul 15 11:25:51] WARNING[31751] res_phoneprov.c: Unable to find a valid server address or name. [Jul 15 11:25:51] WARNING[31751] res_crypto.c: Unable to open key file /usr/share/asterisk/keys/voicepulse20060419.pub: Permission denied [Jul 15 11:25:51] WARNING[31751] res_crypto.c: Unable to open key file /usr/share/asterisk/keys/voicepulse01.pub: Permission denied [Jul 15 11:25:51] ERROR[31751] ari/config.c: No configured users for ARI [Jul 15 11:25:51] WARNING[31751] loader.c: Error loading module 'res_ari_mailboxes.so': /usr/lib64/asterisk/modules/res_ari_mailboxes.so: undefined symbol: stasis_app_mailbox_to_json [Jul 15 11:25:51] WARNING[31751] loader.c: Module 'res_ari_mailboxes.so' could not be loaded. [Jul 15 11:25:51] WARNING[31751] res_musiconhold.c: No music on hold classes configured, disabling music on hold. [Jul 15 11:25:51] WARNING[31751] chan_dahdi.c: Ignoring any changes to 'userbase' (on reload) at line 23. [Jul 15 11:25:51] WARNING[31751] chan_dahdi.c: Ignoring any changes to 'vmsecret' (on reload) at line 31. [Jul 15 11:25:51] WARNING[31751] chan_dahdi.c: Ignoring any changes to 'hassip' (on reload) at line 35. [Jul 15 11:25:51] WARNING[31751] chan_dahdi.c: Ignoring any changes to 'hasiax' (on reload) at line 39. [Jul 15 11:25:51] WARNING[31751] chan_dahdi.c: Ignoring any changes to 'hasmanager' (on reload) at line 47. [Jul 15 11:25:52] NOTICE[31751] confbridge/conf_config_parser.c: Adding default_menu menu to app_confbridge [Jul 15 11:25:52] NOTICE[31751] cel_custom.c: No mappings found in cel_custom.conf. Not logging CEL to custom CSVs. [Jul 15 11:25:52] WARNING[31751] pbx.c: Unable to register extension '_X' priority 1 in 'mainmenu-night', already in use [Jul 15 11:25:52] WARNING[31751] pbx_config.c: Unable to register extension at line 220 of extensions.conf [Jul 15 11:25:52] WARNING[31751] pbx.c: Unable to register extension 's' priority 2 in 'incoming-sales', already in use [Jul 15 11:25:52] WARNING[31751] pbx_config.c: Unable to register extension at line 292 of extensions.conf [Jul 15 11:25:52] ERROR[31751] codec_dahdi.c: Failed to open /dev/dahdi/transcode: No such file or directory [Jul 15 11:25:52] WARNING[31751] app_voicemail.c: maxsilence should be less than minsecs or you may get empty messages

The error you mention is actually a warning, it occurs because app_voicemail and external mailbox support can’t co-exist. As res_ari_mailboxes depends on external mailbox support and it is not present, it warns that it can’t load.

What exact problem are you having that needs solving?

[quote=“jcolp”]The error you mention is actually a warning, it occurs because app_voicemail and external mailbox support can’t co-exist. As res_ari_mailboxes depends on external mailbox support and it is not present, it warns that it can’t load.

What exact problem are you having that needs solving?[/quote]

The problem is that the phones are not reachable and immediately go busy when trying to dial out. After some fiddling, I either broke dahdi or it’s somehow not loading properly:

I think it would be better if I posted a new message for this. Thanks so much.