Asterisk 13 and FreePBX 14 on NethServer 7

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
But the module won’t work because it needs package asterisk13-res_digium_phone. I googled and found Home - Asterisk Documentation and there should be a free license.

Fully agree. I think it just needs it once to compile (parts of) the module, so I did
yum remove gcc-c++
and UCP still reachable. Don’t know if we can provide c++ only for module updates?

1 Like