Displaying 2 results from an estimated 2 matches for "hfc_drec".
2006 May 10
1
ISDN Bridging with Bristuff
...e 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.asterisk.org/d...
2004 May 18
0
zaphfc Compile Error
...c.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: structure has no member named `bytes2receive'
zaphfc.c:378: structure has no member named `eofrx'
zaphfc.c:420: structure has no member named `eofrx'
zaphfc.c:461: structure has no member named `eofrx'
zaphfc.c:475: structure has no member named `bytes2receive...