summaryrefslogtreecommitdiff
path: root/kernel/xpp/utils/genconf_parameters
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/xpp/utils/genconf_parameters')
-rw-r--r--kernel/xpp/utils/genconf_parameters39
1 files changed, 23 insertions, 16 deletions
diff --git a/kernel/xpp/utils/genconf_parameters b/kernel/xpp/utils/genconf_parameters
index d1b8f62..66adab9 100644
--- a/kernel/xpp/utils/genconf_parameters
+++ b/kernel/xpp/utils/genconf_parameters
@@ -1,19 +1,19 @@
#
-# /etc/dahdi/genconf_parameters
+# /etc/genconf_parameters
#
# This file contains parameters that affect the
-# dahdi_genconf configurator generator.
+# zapconf configuration generator.
#
# Syntax:
# * A comment from '#' to end of line
# * Blank lines ignored
# * Whitespace at end of line trimmed
# * Single valued items:
-# key <whitespaces...> value
+# key <whitespace...> value
# * List valued items:
# key
-# <whitespaces...>value1
-# <whitespaces...>value2
+# <whitespace...>value1
+# <whitespace...>value2
# ...
#
@@ -21,27 +21,27 @@
# extension number will be channel_number+base_exten . The default is:
#base_exten 4000
#
-# Make FXS (analog phones) extentions answer immediately (sets
+# Make FXS (analog phones) extensions answer immediately (sets
# 'immediate = yes' for them in zapata.conf). Don't enable this before
# you're read documentation about this option.
#fxs_immediate yes
#
# For FXS (analog phones) - use KS or LS? ks is the only method for
# Asterisk to provide disconnect supervision and thus it would normally
-# be preffered and is the default.
+# be preferred and is the default.
#fxs_default_start ls
#
# For FXO (analog lines) - use KS or LS? KS is the default and is
-# normally the better choice as it allows detecting handups on many
+# normally the better choice as it allows detecting hang-ups on many
# lines.
#fxo_default_start ls
-# Set tone zone values. This is used for playing tones (busy, dialtone
+# Set tone zone values. This is used for playing tones (busy, dial-tone
# and such). The default is 'us'. This sets the value for both loadzone
# and defaultzone in zaptel.conf .
#lc_country il
-# The dialplan contenxt into which to send trunks in zapata.conf or
+# The dialplan context into which to send trunks in zapata.conf or
# users.conf. The default value is:
#context_lines from-pstn
#
@@ -49,7 +49,7 @@
# users.conf. The default value is:
#context_phones from-internal
#
-# Two extea contexts for the input ports and output ports of an
+# Two extra contexts for the input ports and output ports of an
# Astribank. Default values are:
#context_input astbank-input
#context_output astbank-output
@@ -78,16 +78,23 @@
# phones.
#brint_overlap
-# bri_hardhdlc: If this parameter is set to 'yes', in the entries for
-# BRI cards 'hardhdlc' will be used instead of 'dchan' (an alias for
-# 'fcshdlc').
-#bri_hardhdlc yes
+# bri_hardhdlc:
+# 'yes' - forces BRI cards to use 'hardhdlc' signalling.
+# 'no' - forces BRI cards to use 'dchan' (an alias for 'fcshdlc').
+# It is usefull only for zaptel with the bristuff patch.
+#
+# If it is left out or set to 'auto':
+# * Information supplied by the driver is used to decide:
+# - Currently implemented for Astribanks.
+# - Taken from /sys/bus/xpds/drivers/bri/dchan_hardhdlc.
+# * Without this info, falls back to 'dchan'.
+#bri_hardhdlc auto
# For MFC/R2 Support: 'R2' will make E1 spans CAS and with the
# 'r2_idle_bits' bit in zaptel.conf . It will also make zapconf default
# to generating the channels of this card in unicall.conf rather than in
# zapata.conf . The meaning of this may be extended somehow to support
-# R2 through openr2/chan_dahdi later on.
+# R2 through openr2/chan_zap later on.
#pri_connection_type R2
#r2_idle_bits 1101