freepbx commits
Diego Iastrubni
diego.iastrubni at xorcom.com
Thu Mar 1 11:45:32 CET 2007
Hi Chris,
Nice work on freepbx. I am happy to find you managed to get the time to fix
the panel issues. I have been working on the modules, and now all of them are
working on my setup (and my setup uses sqlite3!).
Some comments:
* fix-open-or-die.dpatch will get upstream. branch and trunk be prepared to
remove it for 2.2.2/2.3
* If by default we do not install ari, the postinst of freepb-admin should not
modify the www-data group. This can be done by same the *_additional files
into /etc/freepbx/*additional and in /etc/asterisk/*.conf we include them
using absolute paths. This way /etc/asterisk is RW to asterisk,
and /etc/freepbx/* is RW to www-data. I also know that the retrieve_conf
module messes up something in /var/spool/asterisk/vm . This should be
examinated.
* freepbx-vmail can get lost, and we should only check for the ../recordings
instead of ./ari on the header. Then the control file you suggest will
work :)
* I found myself in this situation:
root at book3:~# ls -l /etc/asterisk/sip_additional.conf
-rw-r--r-- 1 www-data www-data 312 Mar 1
09:55 /etc/asterisk/sip_additional.conf
I would like to add these lines to retrieve_conf:
system("chgrp asterisk /etc/asterisk/*_additional.conf");
system("chmod g+rw /etc/asterisk/*_additional.conf");
Do you have a better way to fix those issues...?
* I uploaded the modules as we discussed a few weeks ago. Feel free to test
and tell me what do you think. Some of those modules are broken under
sqlite3, for more details see http://freepbx.org/trac/ticket/1727
- diego
More information about the Pkg-voip-maintainers
mailing list