[asterisk-bugs] [DAHDI-linux 0013897]: [patch] Support for generic HFC-4S cards
Asterisk Bug Tracker
noreply at bugs.digium.com
Tue Nov 25 03:11:52 CST 2008
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=13897
======================================================================
Reported By: tzafrir
Assigned To: tzafrir
======================================================================
Project: DAHDI-linux
Issue ID: 13897
Category: wcb4xxp
Reproducibility: N/A
Severity: feature
Priority: normal
Status: confirmed
======================================================================
Date Submitted: 2008-11-13 16:17 CST
Last Modified: 2008-11-25 03:11 CST
======================================================================
Summary: [patch] Support for generic HFC-4S cards
Description:
A patch to add some basic support of other HFC-4S -based PCI cards (such as
the ones made by Junghanns).
Status: gets rid of the echo canceller messages when not needed, but still
needs work.
Specifically:
* It adds too broad a range of cards (which also include bero.net cards)
* The range may include some 2-ports cards, which will probably not work.
Not yet tested to work, though it it is at least configured.
======================================================================
----------------------------------------------------------------------
(0095472) zhulizhong (reporter) - 2008-11-25 03:11
http://bugs.digium.com/view.php?id=13897#c95472
----------------------------------------------------------------------
I think the method b4xxp_update_leds() has something wrong when there is
OpenVox/Junghanns card. the leds never change the status.
-------------------------------------------------------
static void b4xxp_update_leds(struct b4xxp *b4)
{
int i;
struct b4xxp_span *bspan;
/* FIXME: abusing has_ec as a marker for leds handling? */
if (!b4->has_ec)
return;
b4->blinktimer++;
for (i=0; i < b4->numspans; i++) {
bspan = &b4->spans[i];
............
}
---------------------------------------
for 4 port card, the port 4 shows nothing and inactive. the rest of LEDs
are in red. the LEDs never turn to green if call is established.
Issue History
Date Modified Username Field Change
======================================================================
2008-11-25 03:11 zhulizhong Note Added: 0095472
======================================================================
More information about the asterisk-bugs
mailing list