Author Topic: Snapshot 23259  (Read 2732 times)

LmceCape

  • Veteran
  • ***
  • Posts: 65
    • View Profile
Snapshot 23259
« 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

joerod

  • Guru
  • ****
  • Posts: 159
    • View Profile
Re: Snapshot 23259
« Reply #1 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?

LmceCape

  • Veteran
  • ***
  • Posts: 65
    • View Profile
Re: Snapshot 23259
« Reply #2 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

Marie.O

  • Administrator
  • LinuxMCE God
  • *****
  • Posts: 3675
  • Wastes Life On LinuxMCE Since 2007
    • View Profile
    • My Home
Re: Snapshot 23259
« Reply #3 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?