README: indentation level for config samples
Indent the configuration samples one level deeper Signed-off-by: Tzafrir Cohen <tzafrir.cohen@xorcom.com>
This commit is contained in:
parent
41a725adea
commit
d96be70986
2
Makefile
2
Makefile
@ -196,7 +196,7 @@ genconf_parameters.sample: xpp/genconf_parameters
|
|||||||
README.html: README system.conf.asciidoc init.conf.asciidoc tonezones.txt \
|
README.html: README system.conf.asciidoc init.conf.asciidoc tonezones.txt \
|
||||||
UPGRADE.txt genconf_parameters.asciidoc assigned-spans.conf.asciidoc \
|
UPGRADE.txt genconf_parameters.asciidoc assigned-spans.conf.asciidoc \
|
||||||
span-types.conf.asciidoc
|
span-types.conf.asciidoc
|
||||||
$(ASCIIDOC) -n -a toc -a toclevels=3 $<
|
$(ASCIIDOC) -n -a toc -a toclevels=4 $<
|
||||||
|
|
||||||
README.Astribank.html: xpp/README.Astribank
|
README.Astribank.html: xpp/README.Astribank
|
||||||
$(ASCIIDOC) -o $@ -n -a toc -a toclevels=4 $<
|
$(ASCIIDOC) -o $@ -n -a toc -a toclevels=4 $<
|
||||||
|
10
README
10
README
@ -117,29 +117,29 @@ set at the beginning of the init.d script.
|
|||||||
Reference Configuration
|
Reference Configuration
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
Sample system.conf
|
Sample system.conf
|
||||||
~~~~~~~~~~~~~~~~~~
|
^^^^^^^^^^^^^^^^^^
|
||||||
include::system.conf.asciidoc[]
|
include::system.conf.asciidoc[]
|
||||||
|
|
||||||
|
|
||||||
Sample init.conf
|
Sample init.conf
|
||||||
~~~~~~~~~~~~~~~~
|
^^^^^^^^^^^^^^^^
|
||||||
include::init.conf.asciidoc[]
|
include::init.conf.asciidoc[]
|
||||||
|
|
||||||
|
|
||||||
Sample genconf_parameters
|
Sample genconf_parameters
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~
|
^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
FIXME: still not properly formatted.
|
FIXME: still not properly formatted.
|
||||||
|
|
||||||
include::genconf_parameters.asciidoc[]
|
include::genconf_parameters.asciidoc[]
|
||||||
|
|
||||||
|
|
||||||
Sample assigned-spans.conf
|
Sample assigned-spans.conf
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
include::assigned-spans.conf.asciidoc[]
|
include::assigned-spans.conf.asciidoc[]
|
||||||
|
|
||||||
|
|
||||||
Sample span-types.conf
|
Sample span-types.conf
|
||||||
~~~~~~~~~~~~~~~~~~~~~~
|
^^^^^^^^^^^^^^^^^^^^^^
|
||||||
include::span-types.conf.asciidoc[]
|
include::span-types.conf.asciidoc[]
|
||||||
|
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
# This file is parsed by the DAHDI Configurator, dahdi_cfg
|
# This file is parsed by the DAHDI Configurator, dahdi_cfg
|
||||||
#
|
#
|
||||||
# Span Configuration
|
# Span Configuration
|
||||||
# ^^^^^^^^^^^^^^^^^^
|
# ++++++++++++++++++
|
||||||
# First come the span definitions, in the format
|
# First come the span definitions, in the format
|
||||||
#
|
#
|
||||||
# span=<span num>,<timing source>,<line build out (LBO)>,<framing>,<coding>[,yellow]
|
# span=<span num>,<timing source>,<line build out (LBO)>,<framing>,<coding>[,yellow]
|
||||||
@ -69,7 +69,7 @@
|
|||||||
#span=3,0,0,ccs,hdb3,crc4
|
#span=3,0,0,ccs,hdb3,crc4
|
||||||
#
|
#
|
||||||
# Dynamic Spans
|
# Dynamic Spans
|
||||||
# ^^^^^^^^^^^^^
|
# +++++++++++++
|
||||||
# Next come the dynamic span definitions, in the form:
|
# Next come the dynamic span definitions, in the form:
|
||||||
#
|
#
|
||||||
# dynamic=<driver>,<address>,<numchans>,<timing>
|
# dynamic=<driver>,<address>,<numchans>,<timing>
|
||||||
@ -87,7 +87,7 @@
|
|||||||
# have the non-zero value.
|
# have the non-zero value.
|
||||||
#
|
#
|
||||||
# Channel Configuration
|
# Channel Configuration
|
||||||
# ^^^^^^^^^^^^^^^^^^^^^
|
# +++++++++++++++++++++
|
||||||
# Next come the definitions for using the channels. The format is:
|
# Next come the definitions for using the channels. The format is:
|
||||||
# <device>=<channel list>
|
# <device>=<channel list>
|
||||||
#
|
#
|
||||||
@ -204,7 +204,7 @@
|
|||||||
#dacsrbs=1-24:48
|
#dacsrbs=1-24:48
|
||||||
#
|
#
|
||||||
# Tone Zone Data
|
# Tone Zone Data
|
||||||
# ^^^^^^^^^^^^^^
|
# ++++++++++++++
|
||||||
# Finally, you can preload some tone zones, to prevent them from getting
|
# Finally, you can preload some tone zones, to prevent them from getting
|
||||||
# overwritten by other users (if you allow non-root users to open /dev/dahdi/*
|
# overwritten by other users (if you allow non-root users to open /dev/dahdi/*
|
||||||
# interfaces anyway. Also this means they won't have to be loaded at runtime.
|
# interfaces anyway. Also this means they won't have to be loaded at runtime.
|
||||||
@ -232,7 +232,7 @@ loadzone = us
|
|||||||
defaultzone=us
|
defaultzone=us
|
||||||
#
|
#
|
||||||
# PCI Radio Interface
|
# PCI Radio Interface
|
||||||
# ^^^^^^^^^^^^^^^^^^^
|
# +++++++++++++++++++
|
||||||
# (see http://www.zapatatelephony.org/app_rpt.html)
|
# (see http://www.zapatatelephony.org/app_rpt.html)
|
||||||
#
|
#
|
||||||
# The PCI Radio Interface card interfaces up to 4 two-way radios (either
|
# The PCI Radio Interface card interfaces up to 4 two-way radios (either
|
||||||
@ -298,7 +298,7 @@ defaultzone=us
|
|||||||
#channels=1-4
|
#channels=1-4
|
||||||
#
|
#
|
||||||
# Overiding PCM encoding
|
# Overiding PCM encoding
|
||||||
# ^^^^^^^^^^^^^^^^^^^^^^
|
# ++++++++++++++++++++++
|
||||||
# Usually the channel driver sets the encoding of the PCM for the
|
# Usually the channel driver sets the encoding of the PCM for the
|
||||||
# channel (mulaw / alaw. That is: g711u or g711a). However there are
|
# channel (mulaw / alaw. That is: g711u or g711a). However there are
|
||||||
# some cases where you would like to override that. 'mulaw' and 'alaw'
|
# some cases where you would like to override that. 'mulaw' and 'alaw'
|
||||||
@ -313,7 +313,7 @@ defaultzone=us
|
|||||||
#deflaw=5
|
#deflaw=5
|
||||||
#
|
#
|
||||||
# Echo Cancellers
|
# Echo Cancellers
|
||||||
# ^^^^^^^^^^^^^^^
|
# +++++++++++++++
|
||||||
# DAHDI uses modular echo cancellers that are configured per channel. The echo
|
# DAHDI uses modular echo cancellers that are configured per channel. The echo
|
||||||
# cancellers are compiled and installed as part of the dahdi-linux package.
|
# cancellers are compiled and installed as part of the dahdi-linux package.
|
||||||
# You can specify in this file the echo canceller to be used for each
|
# You can specify in this file the echo canceller to be used for each
|
||||||
|
Loading…
Reference in New Issue
Block a user