[Pkg-voip-commits] r2701 - destar/trunk/debian

Alejandro Rios P. alerios-guest at alioth.debian.org
Tue Nov 14 07:05:42 CET 2006


Author: alerios-guest
Date: 2006-11-14 07:05:42 +0100 (Tue, 14 Nov 2006)
New Revision: 2701

Modified:
   destar/trunk/debian/README.Debian
   destar/trunk/debian/changelog
Log:
* Improved README.Debian
* Fixed changelog


Modified: destar/trunk/debian/README.Debian
===================================================================
--- destar/trunk/debian/README.Debian	2006-11-14 06:01:32 UTC (rev 2700)
+++ destar/trunk/debian/README.Debian	2006-11-14 06:05:42 UTC (rev 2701)
@@ -7,12 +7,35 @@
 A wrapper script was added at /usr/sbin/destar (and the real destar was 
 renamed "destar.py") to allow invoking from everywhere. Also note that
 installing this package will currently automatically start the destar 
-daemon.
+daemon and serve the web frontend on port 8080.
 
+You can view/set the default configuration user password on /etc/asterisk/destar_cfg.py,
+in a section like this:
+
+ CfgOptUser(
+        name     = "admin",
+	secret   = "ad26.",
+	level    = "3",
+	)
+
+Destar will only create asterisk configuration files once you log in as a configurator
+user and explícitly use the function "Save All Changes" on the "Administration->View/Save
+Configuration" menu, or use the '-b' command line option . The first time destar
+creates the configuration, Asterisk must be restarted manually to start using it.
+
+You can change the default port at /etc/init.d/destar, see destar(8) man
+page to see daemon options.
+
 CDR records and statistics won't be completly usable if asterisk module
 cdr_sqlite3_custom is not present. The module is included on asterisk debian 
 package version >= 1.2.13. If you are using a custom asterisk installation, 
 the patch for the module can be downloaded from
 http://bugs.digium.com/view.php?id=7149
 
+Flash Operator Panel integration is handled trough the update-alternatives(8) system,
+and requires the op-panel package, with version >= 0.26.dfsg-5. The command to
+choose an alternative for op-panel configuration is:
+
+ update-alternatives --config op-panel
+
  -- Tzafrir Cohen <tzafrir.cohen at xorcom.com>, Fri, 29 Apr 2005 05:24:15 +0300

Modified: destar/trunk/debian/changelog
===================================================================
--- destar/trunk/debian/changelog	2006-11-14 06:01:32 UTC (rev 2700)
+++ destar/trunk/debian/changelog	2006-11-14 06:05:42 UTC (rev 2701)
@@ -7,7 +7,9 @@
 
   [Alejandro Rios P.]
   * Added update-alternatives stuff for op-panel.
-  * Tested and fixed op-panel integration.
+  * Tested and fixed op-panel integration (Closes: #393725).
+  * Create /etc/zaptel.conf file before usage (Closes: #398467).
+  * Improved README.Debian
 
  -- Alejandro Rios P. <alejandro.rios at avatar.com.co>  Tue, 14 Nov 2006 00:58:55 -0500
 




More information about the Pkg-voip-commits mailing list