summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
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?
------------------------------------------