[asterisk-bugs] [DAHDI-linux 0013897]: [patch] Support for generic HFC-4S cards

Asterisk Bug Tracker noreply at bugs.digium.com
Thu Nov 27 02:31:46 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-27 02:31 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.

====================================================================== 

---------------------------------------------------------------------- 
 (0095564) zhulizhong (reporter) - 2008-11-27 02:31
 http://bugs.digium.com/view.php?id=13897#c95564 
---------------------------------------------------------------------- 
i think the code must be modify to support other HFC bri cards. in ec_write
method
=====================
static void b4xxp_setleds(struct b4xxp *b4, unsigned char val)
{
	ec_write(b4, 0, 0x1a8 + 3, val);
}
======================
i think most of other cards are different from Digium in term of hardware
design. they are:
1) hardware based echo cancellation
2)  using cpld in digium, but others do not use that.
so the extra code should be add to support LEDs of other HFC cards. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2008-11-27 02:31 zhulizhong     Note Added: 0095564                          
======================================================================




More information about the asterisk-bugs mailing list