search for: dahdi_rbsbits

Displaying 1 result from an estimated 1 matches for "dahdi_rbsbits".

2013 Mar 06
2
Change RX Signalling Bits in Dahdi drivers
...SIG_FXSLS, .bits[DAHDI_TXSIG_ONHOOK] = DAHDI_BITS_ABCD, /*changed by for PLAR*/ .bits[DAHDI_TXSIG_OFFHOOK] = (0), /*changed by for PLAR*/ .bits[DAHDI_TXSIG_START] = DAHDI_BITS_ABCD, /*changed by for PLAR*/ When I got to change the rx, its a bit more complex. I have learned from this list that dahdi_rbsbits() handles the rx bits, but my changes seem to have no effect. Does anyone have a good understanding of this function? I would appreciate any help you can provide. case DAHDI_SIG_FXSLS: if (!(cursig & DAHDI_BBIT)) { /*Dennis RINGING */ /*<----- I think this is checking if the state i...