[root@calpath-pbx dahdi-linux-2.2.0.2]# diff -u drivers/dahdi/dahdi-base.c.org drivers/dahdi/dahdi-base.c --- drivers/dahdi/dahdi-base.c.org 2010-01-29 12:37:15.000000000 -0800 +++ drivers/dahdi/dahdi-base.c 2010-01-29 12:39:01.000000000 -0800 @@ -4067,7 +4067,7 @@ y = dahdi_q_sig(chans[ch.chan]) & 0xff; if (y >= 0) chans[ch.chan]->rxsig = (unsigned char) y; - chans[ch.chan]->rxhooksig = DAHDI_RXSIG_INITIAL; + // chans[ch.chan]->rxhooksig = DAHDI_RXSIG_INITIAL; } #ifdef CONFIG_DAHDI_DEBUG module_printk(KERN_NOTICE, "Configured channel %s, flags %04lx, sig %04x\n", chans[ch.chan]->name, chans[ch.chan]->flags, chans[ch.chan]->sig); [root@calpath-pbx dahdi-linux-2.2.0.2]#