summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-08-15 14:26:03 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-08-15 14:26:03 +0000
commit06104569e56c228e5430d5921296077d7bf3eb45 (patch)
treeeb0e1557de8c1c4088cb0e45f96bb6c33cc5266f /README
parent625b5ef831d58bc6c853700fd793c483e9a1c76c (diff)
* Allow setting the echo canceller from the Makefile or the environment
(needed for overriding the default EC in Debian m-a builds) * Allow specifiying extra modules in the make command line: MODULES_EXTRA and SUBDIRS_EXTRA Merged revisions 2838 via svnmerge from https://origsvn.digium.com/svn/zaptel/branches/1.2 git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2839 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'README')
-rw-r--r--README23
1 files changed, 21 insertions, 2 deletions
diff --git a/README b/README
index fef47f4..f483eeb 100644
--- a/README
+++ b/README
@@ -169,6 +169,22 @@ make install
#make config
----------------------------------
+Selecting Modules
+^^^^^^^^^^^^^^^^^
+You can select the modules you wish to build by running
+`make menuselect` . The selection of modules that you build (or rather: not
+build) is saved in the file `menuselect.makeopts`.
+
+To build extra modules / modules directory not included in the Zaptel
+distribution, use the optional variables MODULES_EXTRA and
+SUBDIRS_EXTRA:
+
+ make MODULES_EXTRA="mod1 mod2"
+ make MODULES_EXTRA="mod1 mod2" SUBDIRS_EXTRA="subdir1/ subdir1/"
+
+Note that those names are not guaranteed to continue to work on newer
+versions. Hopefully there will be no need for such extra configuration.
+
zaptel.conf
~~~~~~~~~~~
@@ -286,8 +302,8 @@ with 1). The number of the channel is the lowest unused one when it is
generated, and ditto for spans.
-PROCFS Interface: /proc/zap
-~~~~~~~~~~~~~~~~~~~~~~~~~~~
+PROCFS Interface: /proc/zaptel
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
A simple way to get the current list of spans and channels each span
contains is the files under /proc/zaptel . /proc/zaptel is generated by
zaptel as it loads. As each span registers to Zaptel, a file under
@@ -303,6 +319,9 @@ The title line shows the number of the span, its name and title, and
The channel line for each channel shows its channel number, name and the
actual signalling assigned to it through ztcfg.
+If the channel is in use (typically opened by Asterisk) then you will
+see an extra '(In use)'.
+
What is the license for the zaptel driver?
------------------------------------------