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
I didn't install from the latest snapshot, but could this be why intercom functionality isn't working on system?
Hi joerod
Just check if the zaptel modules are install, if not "apt-get install zaptel-modules-2.6.27-17-generic" and add ztdummy to your /etc/modules file.
Regards
LmceCape
Quote from: LmceCape on August 27, 2010, 06:50:03 PM
we need to remove sip.conf, iax.conf and extensions.conf from /etc/asterisk folder.
Why do you think we should remove the above three files?