From e88502949fd8cbe7edf37dd76c2b2c2286a88ff8 Mon Sep 17 00:00:00 2001 From: Shaun Ruffell Date: Tue, 8 Jul 2008 21:10:02 +0000 Subject: - Renamed init.conf to init.conf.sample - Added /etc/dahdi/modules file that contains comments or the names of modules to load. - Removed the MODULES variable from /etc/dahdi/init.conf. git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4578 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- modules.sample | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 modules.sample (limited to 'modules.sample') diff --git a/modules.sample b/modules.sample new file mode 100644 index 0000000..926b1b9 --- /dev/null +++ b/modules.sample @@ -0,0 +1,37 @@ +# Contains the list of modules to be loaded / unloaded by /etc/init.d/dahdi. +# +# NOTE: Please add/edit /etc/modprobe.d/dahdi or /etc/modprobe.conf if you +# would like to add any module parameters. +# + +# TE405P - Quad Span T1/E1 Card (5v version) +# TE410P - Quad Span T1/E1 Card (3.3v version) +wct4xxp + +# TE120P - Single Span T1/E1 Card +wcte12xp + +# T100P - Single Span T1 Card +# E100P - Single Span E1 Card +wct1xxp + +# TE110P - Single Span T1/E1 Card +wcte11xp + +# TDM2400P - Modular FXS/FXO interface (1-24 ports) +# TDM410P - Modular FXS/FXO interface (4 ports) +# TDM800P - Modular FXS/FXO interface (8 ports) +wctdm24xxp + +# X100P - Single port FXO interface +# X101P - Single port FXO interface +wcfxo + +# TDM400P - Modular FXS/FXO interface (1-4 ports) +wctdm + +# DAHDI timing only interface +dahdi_dummy + +# Xorcom Astribank Device +xpp_usb -- cgit v1.2.3