userdoc:dahdi

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
userdoc:dahdi [2014/04/12 05:38]
droemel [New DAHDI Install]
userdoc:dahdi [2023/05/29 05:54] (current)
mkeuter [New DAHDI Install]
Line 6: Line 6:
  
 !!Note ->!! Since AstLinux 1.1.0 the DAHDI Perl scripts "dahdi_genconf" and "dahdi_hardware" can be used to generate and verify a DAHDI configuration. !!Note ->!! Since AstLinux 1.1.0 the DAHDI Perl scripts "dahdi_genconf" and "dahdi_hardware" can be used to generate and verify a DAHDI configuration.
 +
 +!!Note ->!! Since AstLinux 1.4.0 (DAHDI 3.1) "dahdi_hfcs" is no more included!
 +
 ===== New DAHDI Install ===== ===== New DAHDI Install =====
  
Line 21: Line 24:
 !!Never edit ''/etc/rc.conf'' directly!!! !!Never edit ''/etc/rc.conf'' directly!!!
  
-Edit <configfile>.conf as determined above.  Add or change DAHDIMODS to the correct value.+Edit <configfile>.conf as determined above.  Add or change ''DAHDIMODS'' to the correct value.
  
 Examples: Examples:
  
-<code> +  # OLD Digium 400p (and clones) 
-DAHDIMODS=wctdm #OLD Digium 400p (and clones)\\  +  DAHDIMODS="wctdm"
-DAHDIMODS=wctdm24xxp # NEW Digium cards 410p, etc\\  +
-DAHDIMODS=rcbfx # Rhino 8 and 24 port analog cards\\  +
-DAHDIMODS="wcb4xxp dahdi_echocan_oslec# 2-8 port HFC-multi BRI cards ((formerly supported by mISDN with "hfcmulti"))\\  +
-DAHDIMODS=dahdi_hfcs dahdi_echocan_oslec # Since AstLinux 1.0.3: Single port HFC-S BRI cards ((formerly supported by mISDN with "hfcpci" (unofficial 3rd-party driver) )) +
-</code>+
  
 +  # NEW Digium cards 410p, etc.
 +  DAHDIMODS="wctdm24xxp"
 +
 +  # Rhino 8 and 24 port analog cards
 +  DAHDIMODS="rcbfx"
 +
 +  # 2-8 port HFC-multi BRI cards (formerly supported by mISDN with "hfcmulti")
 +  DAHDIMODS="wcb4xxp dahdi_echocan_oslec"
 +
 +  # Since AstLinux 1.0.3 up to AstLinux 1.3.10: Single port HFC-S BRI cards (formerly supported by mISDN with "hfcpci" (unofficial 3rd-party driver))
 +  DAHDIMODS="dahdi_hfcs dahdi_echocan_oslec"
 +  
 Create a ''system.conf'' file in ''/mnt/kd/dahdi'' This will be used after rebooting. Create a ''system.conf'' file in ''/mnt/kd/dahdi'' This will be used after rebooting.
 Create or edit a ''chan_dahdi.conf'' file in ''/mnt/kd/asterisk/''. Create or edit a ''chan_dahdi.conf'' file in ''/mnt/kd/asterisk/''.
  
 These two files correspond to /etc/dahdi/system.conf, and /etc/asterisk/chan_dahdi.conf in a non-AstLinux Asterisk installation. [[http://www.voip-info.org/wiki/view/DAHDI#ConfigurationFiles|Edit these files according to the DAHDI documentation]]. These two files correspond to /etc/dahdi/system.conf, and /etc/asterisk/chan_dahdi.conf in a non-AstLinux Asterisk installation. [[http://www.voip-info.org/wiki/view/DAHDI#ConfigurationFiles|Edit these files according to the DAHDI documentation]].
- 
 ===== Moving from Zaptel to DAHDI ===== ===== Moving from Zaptel to DAHDI =====
  
  • userdoc/dahdi.1397299087.txt.gz
  • Last modified: 2014/04/12 05:38
  • by droemel