I’ve upgraded Asterisk from 1.8.3 to 1.8.4.1 (tried 1.8.4.0 first) . Now, I experience these problems:
config reload /etc/asterisk/extensions.conf
No such module ‘pbx_config’
core stop gracefully
No such command ‘core stop gracefully’ (type ‘core show help core stop gracefully’ for other possible commands)
Incoming callers don’t hear the ringing tone (I do answer follow by dial).
Downgrading fixes the issues so it is not a change in my config files. I’ve looked at the ChangeLog but I don’t see anything that would require change to my config files in 1.8.4.1 (unless I missed something).
I’ve verified that pbx_config.so is in module directory and it has all the dependencies. I use module auto loading.
My system is 64bit Slackware 13.37.
Anybody else has such issues? After my failures, I compiled 1.8.3.3 and downgraded to that. I have no issues with that versions.
I cannot be of help, but just so you don’t feel alone: I had similar issues with 1.8.4; “core show version” was not available, and the dialplan failed because there was no application Gosub. I reverted to 1.8.3.3 and now all is ok again. I thought it was probably a build issue, but I didn’t have time to investigate.
Thanks! Removing /usr/lib64/asterisk/modules helped to narrow down the problem. It was G729 binary module that was causing the problem. I downloaded a newer one from Digium website and now 1.8.4.1 is working fine.
It is interested how the whole system became unstable as a result of one older module.