40 lines
1 KiB
Text
40 lines
1 KiB
Text
# Global settings
|
|
# Set this to your country code.
|
|
DAHDI_ZONE=za
|
|
DAHDI_ECHOCAN=oslec # mg2,jpah,kb1,sec,sec2 (there may be more, we recommend oslec)
|
|
|
|
# Settings for analog
|
|
#Analog signal types, one of:
|
|
# ks - KewlStart (recommended, default)
|
|
# ls - LoopStart
|
|
# gs - GroundStart
|
|
|
|
# Signalling to be used on FXO ports
|
|
DAHDI_FXO_SIGNALLING=ks
|
|
|
|
# Signalling to be used on FXS ports
|
|
DAHDI_FXS_SIGNALLING=ks
|
|
|
|
# Whether or not to echocan:
|
|
DAHDI_FXO_ECHOCAN=yes
|
|
DAHDI_FXS_ECHOCAN=yes
|
|
|
|
# These settings will be used for BRI cards.
|
|
# Known options: B8ZS,AMI,HDB3
|
|
DAHDI_BRI_CODING=AMI
|
|
|
|
# Known options: ESF,D4,CCS,CRC4
|
|
DAHDI_BRI_FRAMING=CCS
|
|
|
|
# Our experience is that it's not required (still defaults to yes)
|
|
DAHDI_BRI_NT_ECHOCAN=yes
|
|
DAHDI_BRI_TE_ECHOCAN=yes
|
|
|
|
# These settings are for PRI cards. Note that only E1 currently supported.
|
|
DAHDI_E1_CPE_ECHOCAN=yes
|
|
DAHDI_E1_NET_ECHOCAN=yes
|
|
|
|
# PRI will default to CPE mode (remote end provides signalling).
|
|
# If you really want to provide signalling set the appropriate spans
|
|
# here (eg, set span 1 to NET mode).
|
|
#PRI_SPAN_1_NET=yes
|