[svn-commits] tzafrir: branch 1.2 r2730 - /branches/1.2/README

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Jul 12 12:15:20 CDT 2007


Author: tzafrir
Date: Thu Jul 12 12:15:19 2007
New Revision: 2730

URL: http://svn.digium.com/view/zaptel?view=rev&rev=2730
Log:
Document the usage of install_prereq .

Modified:
    branches/1.2/README

Modified: branches/1.2/README
URL: http://svn.digium.com/view/zaptel/branches/1.2/README?view=diff&rev=2730&r1=2729&r2=2730
==============================================================================
--- branches/1.2/README (original)
+++ branches/1.2/README Thu Jul 12 12:15:19 2007
@@ -46,6 +46,16 @@
 ------------------
 You will need a matching kernel source tree and a working Linux build 
 system. Some of the programs require some additional libraries.
+
+The script build_tools/install_prereq should help you install the
+required packages. To see what it suggests, run:
+
+  build_tools/install_prereq test
+
+You can either copy/paste that code to a terminal to run it, or just
+run:
+
+  build_tools/install_prereq test
 
 
 Kernel Source / "Headers"
@@ -157,6 +167,18 @@
 ----------------------------------
 
 
+zaptel.conf
+~~~~~~~~~~~
+The main method to configure Zaptel devices is using the utility
+*ztcfg*. ztcfg reads data from the configuration file /etc/zaptel.conf ,
+figures out what configuration to send to channels, and send it. 
+
+A sample annotated zaptel.conf is included in this directory and
+installed by default to /etc/zaptel.conf . Edit it to suit your
+configuration. Alternatively use the script genzaptelconf to generate
+one that should work with your system.
+
+
 Zaptel PERL modules
 -------------------
 The directory xpp/utils has, in addition to helper utilities for the




More information about the svn-commits mailing list