search for: dahdi_sig_fxsl

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

Did you mean: dahdi_sig_fxsls
2013 Mar 06
2
Change RX Signalling Bits in Dahdi drivers
Greeting, I am trying to setup PLAR signalling in asterisk. I have modified the FXSLS TX bits in dahdi-base.c on line 2580, and I can make calls. .sig_type = DAHDI_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_rb...