== Parsing ‘/etc/asterisk/asterisk.conf’: == Found
== Parsing ‘/etc/asterisk/extconfig.conf’: == Found
Unable to connect to remote asterisk (does /var/run/asterisk/asterisk.ctl exist?)
How can i fix that bug ?
or how can i reinstall correctly that addon to play mp3
It is unlikely to be a bug, but if it is, and you don’t have programming skills, you submit a bug report and wait for it to be fixed. For mp3 support, given that mp3 far exceeds the capabilities of phone systems, that will probably take a long time.
The normal reason for a crash at that stage is that you are loading a module that wasn’t compiled at the same time as the rest of the code (more precisely it belongs to a different version or configuration of the code).
Is format_mp3 installed with the same version from asterisk or is it from an earlier version? I had the same problem after an upgrade.
You can try reinstalling with
i got that message :
get_mp3_source.sh: line 12: svn: command not found
here my get_mp3_source.sh
#!/bin/sh -e
if [ -f addons/mp3/mpg123.h ]; then
echo "***"
echo "The MP3 source code appears to already be present and does not"
echo "need to be downloaded."
echo “***”