[Pkg-voip-commits] r3134 - freepbx/trunk/debian/rapid/astetc

Diego Iastrubni elcuco-guest at alioth.debian.org
Mon Feb 12 09:30:24 CET 2007


Author: elcuco-guest
Date: 2007-02-12 09:30:24 +0100 (Mon, 12 Feb 2007)
New Revision: 3134

Modified:
   freepbx/trunk/debian/rapid/astetc/asterisk.conf
Log:
fix for the asterisk-cli module.
the problem was that the asterisk.ctl file was not writable by the group asterisk
and the web gui running as asterisk group was not able to write to it.

simple solution :)


Modified: freepbx/trunk/debian/rapid/astetc/asterisk.conf
===================================================================
--- freepbx/trunk/debian/rapid/astetc/asterisk.conf	2007-02-11 23:55:44 UTC (rev 3133)
+++ freepbx/trunk/debian/rapid/astetc/asterisk.conf	2007-02-12 08:30:24 UTC (rev 3134)
@@ -6,3 +6,11 @@
 astspooldir => /var/spool/asterisk
 astrundir => /var/run/asterisk
 astlogdir => /var/log/asterisk
+
+[files]
+# this is needed for the freepbx module asterisk-cli to
+# be able to communicate with the asterisk process
+astctlpermissions = 0660
+astctlowner = asterisk
+astctlgroup = asterisk
+astctl = asterisk.ctl




More information about the Pkg-voip-commits mailing list