This snapshot installs very cleanly
A few issues with the last couple of snapshots including this one.
1. Zaptel modules do not get installed and once manually installed needs to be added to "/etc/modules"
2. Asterisk scripts now almost perfect except for the permissions thing. we need to add:
AMPASTERISKUSER=www-data and AMPASTERISKGROUP=asterisk to the /etc/amportal file.
AND Change the line in sync_pluto2amp.pl
FROM
`chown asterisk.asterisk /usr/share/asterisk/agi-bin/* /etc/asterisk/*`;
TO
`chown asterisk.asterisk /usr/share/asterisk/agi-bin/* /etc/asterisk/*`;
`chown www-data.asterisk /usr/share/asterisk/agi-bin/*`;
AND
we need to remove sip.conf, iax.conf and extensions.conf from /etc/asterisk folder.
unless someone has another way around it.
Regards
LMCECape