search for: hfc_dtran

Displaying 2 results from an estimated 2 matches for "hfc_dtran".

Did you mean: hfc_dtrans
2006 May 10
1
ISDN Bridging with Bristuff
...dged from one BRI port to another (as HFC cards have "active channel switching capability"). Doing so I looked at zaphfc.c file which seems to be the only .c file constituting bristuff but I may be wrong I'm far from being an expert on this. I found 4 functions (hfc_btrans, hfc_brec, hfc_dtrans, hfc_drec) which obviously deal with B or D ISDN channels transmission and receiving but I couldn't find anything coming close to misdn_lib_bridge function you can find in chan_misdn.c file from 1.2 Asterisk source code. My questions are : 1. Where can I find Asterisk-type (http://www.ast...
2004 May 18
0
zaphfc Compile Error
...sh-2.05b# cd /usr/src/bri-stuff.0.0.2/zaphfc bash-2.05b# make clean all rm -f zaphfc.o *.ko *.mod.c *.mod.o .*o.cmd *~ cc -c zaphfc.c -D__KERNEL__ -DMODULE -DEXPORT_SYMTAB -fomit-frame-pointer -O2 -Wall -I/usr/src/linux/include -I../zaptel -Wall -DCONFIG_ZAPATA_BRI_DCHANS zaphfc.c: In function `hfc_dtrans': zaphfc.c:308: structure has no member named `bytes2transmit' zaphfc.c:331: structure has no member named `bytes2transmit' zaphfc.c:362: structure has no member named `eoftx' zaphfc.c:366: structure has no member named `eoftx' zaphfc.c: In function `hfc_drec': zaphfc.c:377...