Summary: | DAHLIN-00320: [patch] wcb4xxp module parameter card_modes to configure NT/TE mode | ||
Reporter: | Gerald Schnabel (geraldsf) | Labels: | |
Date Opened: | 2013-02-19 03:32:51.000-0600 | Date Closed: | 2019-05-31 09:46:50 |
Priority: | Minor | Regression? | No |
Status: | Closed/Complete | Components: | wcb4xxp |
Versions: | 2.6.1 | Frequency of Occurrence | |
Related Issues: | |||
Environment: | Attachments: | ( 0) dahdi-linux_wcb4xxp_card_modes.patch | |
Description: | Here is a patch that allows to configure NT/TE mode via module parameter:
{noformat} card_modes:Comma-separated list of per card bit-masks to configure spans for TE/NT mode. bit-mask<0: use jumper modes, span bit=0: TE, span bit=1: NT (array of int) {noformat} It overrides the modes set by the jumper blocks on the card (the pinout of the connector is not changed of course - an appropriate cable must be used). card_modes is an integer array of MAX_B4_CARDS. If card mode is negative (or >= (1 << MAX_SPANS_PER_CARD)) the jumper modes will be used. | ||
Comments: | By: Birger "WIMPy" Harzenetter (wimpy) 2013-02-19 22:36:17.012-0600 Looks like a duplicate of https://issues.asterisk.org/jira/browse/DAHLIN-203 |