[Pkg-voip-commits] r4599 - in /asterisk-gui/trunk/debian: README.Debian changelog control rules

tzafrir-guest at alioth.debian.org tzafrir-guest at alioth.debian.org
Sat Sep 22 23:06:14 UTC 2007


Author: tzafrir-guest
Date: Sat Sep 22 23:06:14 2007
New Revision: 4599

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=4599
Log:
* New svn snapshot.
* Update README.
* Fix file permissions.

Modified:
    asterisk-gui/trunk/debian/README.Debian
    asterisk-gui/trunk/debian/changelog
    asterisk-gui/trunk/debian/control
    asterisk-gui/trunk/debian/rules

Modified: asterisk-gui/trunk/debian/README.Debian
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk-gui/trunk/debian/README.Debian?rev=4599&op=diff
==============================================================================
--- asterisk-gui/trunk/debian/README.Debian (original)
+++ asterisk-gui/trunk/debian/README.Debian Sat Sep 22 23:06:14 2007
@@ -12,7 +12,6 @@
 
         [general]
         enabled = yes
-        enablestatic = yes
 
 2) In /etc/asterik/manager.conf
 
@@ -20,9 +19,21 @@
         enabled = yes
         webenabled = yes
 
+        ; And a user with at least the following:
+        [username]
+        secret=password
+        read=config
+        write=config
+
 By default the manager in Debian listens on the loopback interface 
 (localhost) alone, and thus the web interface will listen on port 8088 of 
 localhost as well.
+
+Asterisk must have write access to various files under /etc/asterisk . 
+Make sure that users.conf exists. 
+
+If the GUI cannot find the dialplan context "asterisk_guitools" in the 
+dialplan it will start the configuration wizard.
 
 Reload the asterisk configuration: 
 
@@ -30,4 +41,8 @@
 
 You should now see port 8088 on 'netstat -lntp' .
 
-To login: http://localhost:8088/asterisk/config
+To login: http://localhost:8088/asterisk/static/config/cfgstatic.html
+
+
+The "System Information" functionality is currently still broken. 
+

Modified: asterisk-gui/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk-gui/trunk/debian/changelog?rev=4599&op=diff
==============================================================================
--- asterisk-gui/trunk/debian/changelog (original)
+++ asterisk-gui/trunk/debian/changelog Sat Sep 22 23:06:14 2007
@@ -1,8 +1,14 @@
-asterisk-gui (0.0.svn481-2) UNRELEASED; urgency=low
+asterisk-gui (0.0.svn1629-1) UNRELEASED; urgency=low
 
+  [ Kilian Krause ]
   * Fix build-deps (include dpatch).
 
- -- Kilian Krause <kilian at debian.org>  Wed,  1 Aug 2007 23:39:06 +0200
+  [ Tzafrir Cohen ]
+  * New svn snapshot.
+  * Update README.
+  * Fix file permissions.
+
+ -- Tzafrir Cohen <tzafrir.cohen at xorcom.com>  Sat, 22 Sep 2007 22:28:54 +0200
 
 asterisk-gui (0.0.svn481-1) experimental; urgency=low
 

Modified: asterisk-gui/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk-gui/trunk/debian/control?rev=4599&op=diff
==============================================================================
--- asterisk-gui/trunk/debian/control (original)
+++ asterisk-gui/trunk/debian/control Sat Sep 22 23:06:14 2007
@@ -7,6 +7,7 @@
 Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.debian.org/pkg-voip/asterisk-gui/trunk/
 XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-voip/asterisk-gui/?op=log
+Homepage: http://www.asterisk.org/
 
 Package: asterisk-gui
 Architecture: all

Modified: asterisk-gui/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk-gui/trunk/debian/rules?rev=4599&op=diff
==============================================================================
--- asterisk-gui/trunk/debian/rules (original)
+++ asterisk-gui/trunk/debian/rules Sat Sep 22 23:06:14 2007
@@ -28,6 +28,9 @@
   HTTPBINDPORT=8088 \
   HTTPPREFIX=asterisk \
 
+install/asterisk-gui::
+	chmod +x $(CURDIR)/debian/asterisk-gui/usr/share/asterisk/scripts/*
+
 print-version:
 	@echo "Debian version:      $(DEBVERSION)"
 	@echo "Upstream version:    $(UPVERSION)"




More information about the Pkg-voip-commits mailing list