From 717db221bd12ce9eecd0dece6995bf888b462d6b Mon Sep 17 00:00:00 2001 From: jim Date: Thu, 8 Sep 2005 17:22:39 +0000 Subject: Fixed signalling problem with pciradio card git-svn-id: http://svn.digium.com/svn/zaptel/trunk@758 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- pciradio.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'pciradio.c') diff --git a/pciradio.c b/pciradio.c index a2ec582..58df840 100755 --- a/pciradio.c +++ b/pciradio.c @@ -890,12 +890,10 @@ static void pciradio_interrupt(int irq, void *dev_id, struct pt_regs *regs) else printk("Chan %d got rx\n",x + 1); } - rad->chans[x].rxhooksig = ZT_RXSIG_OFFHOOK; - zt_qevent_lock(&rad->chans[x], ZT_EVENT_RINGOFFHOOK); + zt_hooksig(&rad->chans[x],ZT_RXSIG_OFFHOOK); } else { if (debug) printk("Chan %d lost rx\n",x + 1); - rad->chans[x].rxhooksig = ZT_RXSIG_ONHOOK; - zt_qevent_lock(&rad->chans[x], ZT_EVENT_ONHOOK); + zt_hooksig(&rad->chans[x],ZT_RXSIG_ONHOOK); } rad->encdec.req[x] = 1; } -- cgit v1.2.3