Directory Files
.. 2
File Size
Kconfig 1.3 kB
Makefile 469 B
clock.c 5.8 kB
core.c 8.5 kB
core.h 2.2 kB
dsp.h 8.0 kB
dsp_audio.c 11 kB
dsp_biquad.h 977 B
dsp_blowfish.c 24 kB
dsp_cmx.c 54 kB
dsp_core.c 34 kB
dsp_dtmf.c 7.9 kB
dsp_ecdis.h 2.9 kB
dsp_hwec.c 2.3 kB
dsp_hwec.h 280 B
dsp_pipeline.c 6.6 kB
dsp_tones.c 17 kB
fsm.c 4.1 kB
fsm.h 1.3 kB
hwchannel.c 12 kB
l1oip.h 2.6 kB
l1oip.mod.c 0 B
l1oip_codec.c 10 kB
l1oip_core.c 40 kB
layer1.c 9.6 kB
layer1.h 342 B
layer2.c 52 kB
layer2.h 2.4 kB
mISDN_core.mod.c 0 B
mISDN_dsp.mod.c 0 B
socket.c 18 kB
stack.c 16 kB
tei.c 34 kB
timerdev.c 6.6 kB

Linux v6.6.1 - mISDN

# SPDX-License-Identifier: GPL-2.0-only
#
# modularer ISDN driver
#

menuconfig MISDN
	tristate "Modular ISDN driver"
	help
	  Enable support for the modular ISDN driver.

if MISDN != n

config MISDN_DSP
	tristate "Digital Audio Processing of transparent data"
	depends on MISDN
	select BITREVERSE
	help
	  Enable support for digital audio processing capability.

	  This module may be used for special applications that require
	  cross connecting of bchannels, conferencing, dtmf decoding,
	  echo cancellation, tone generation, and Blowfish encryption and
	  decryption. It may use hardware features if available.

	  E.g. it is required for PBX4Linux. Go to http://isdn.eversberg.eu
	  and get more information about this module and its usage.

	  If unsure, say 'N'.

config MISDN_L1OIP
	tristate "ISDN over IP tunnel"
	depends on MISDN
	help
	  Enable support for ISDN over IP tunnel.

	  It features:
	    - dynamic IP exchange, if one or both peers have dynamic IPs
	    - BRI (S0) and PRI (S2M) interface
	    - layer 1 control via network keepalive frames
	    - direct tunneling of physical interface via IP

	  NOTE: This protocol is called 'Layer 1 over IP' and is not
	  compatible with ISDNoIP (Agfeo) or TDMoIP. Protocol description is
	  provided in the source code.

source "drivers/isdn/hardware/mISDN/Kconfig"

endif #MISDN