Displaying 1 result from an estimated 1 matches for "zt_rxsig_offhook".
2004 Aug 11
3
X100P outbound only (Don't answer)
...wc->ring = 1;
                }
                if (wc->ring && !wc->pegcount) {
                        /* No more ring */
                        if (debug)
                                printk("NO RING!\n");
                        zt_hooksig(&wc->chan, ZT_RXSIG_OFFHOOK);
                        wc->ring = 0;
                }
        }
Is changing the wc->ring = 1 to 0 an appropriate place to "fix" this for
outbound-only operation?
dbc.
--
David Cook