LinuxMCE Forums

General => Installation issues => Topic started by: LmceCape on August 27, 2010, 06:50:03 pm

Title: Snapshot 23259
Post by: LmceCape on August 27, 2010, 06:50:03 pm
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
Title: Re: Snapshot 23259
Post by: joerod on September 01, 2010, 12:27:44 am
I didn't install from the latest snapshot, but could this be why intercom functionality isn't working on system?
Title: Re: Snapshot 23259
Post by: LmceCape on September 03, 2010, 08:21:36 am
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
Title: Re: Snapshot 23259
Post by: Marie.O on September 03, 2010, 08:23:46 am
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?