mrmarkuz
(Markus Neuberger)
December 17, 2018, 10:31pm
2
Digium module seems to be special:
But the module won’t work because it needs package asterisk13-res_digium_phone. I googled and found https://wiki.asterisk.org/wiki/display/DIGIUM/DPMA+Installation and there should be a free license.
We don’t want to give write permissions to files where it’s usually not needed. Maybe it’s better to just do updates and only download the modules you really need.
You are right. Maybe the older version didn’t have sox installed, FreePBX complained about it at dashboard.
[root@server ~]# rpm -q freepbx
freepbx-14.0-3.16.g4c44a9f.ns7.noarch
[root@server ~]# rpm -q --requires freepbx | grep "sox|mpg123"
sox
Full ACK
Changed permissions of /var/www/html for applying the config. The digium phones module wants to create the directory /var/www/html/digium_phones:
chmod go+w /var/www/html
Change back after applying config:
chmod go-w /var/www/html
Bu…