Displaying 2 results from an estimated 2 matches for "__qevent".
2013 Mar 06
2
Change RX Signalling Bits in Dahdi drivers
...; /*<----------I think this
is passing it to a function that reacts to the signal in this case the
onhook signal?*/
} else {
__dahdi_hooksig_pvt(chan, DAHDI_RXSIG_OFFHOOK); /* <------ same here but
with the off hook? */
}
break;
case DAHDI_SIG_CAS:
/* send event that something changed */
__qevent(chan, DAHDI_EVENT_BITSCHANGED);
break;
Thanks
Dennis
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20130305/8fae585b/attachment.htm>
2010 Jan 07
1
error compile dahdi with latest kernels.
...i-linux-complete-2.2.0.2+2.2.0/linux/drivers/dahdi/dahdi-base.c:61:
/usr/src/dahdi-linux-complete-2.2.0.2+2.2.0/linux/include/dahdi/dahdi_config.h:27:28:?error:?linux/autoconf.h:?No?such?file?or?directory
/usr/src/dahdi-linux-complete-2.2.0.2+2.2.0/linux/drivers/dahdi/dahdi-base.c:?In?function?'__qevent':
/usr/src/dahdi-linux-complete-2.2.0.2+2.2.0/linux/drivers/dahdi/dahdi-base.c:839:?error:?'TASK_INTERRUPTIBLE'?undeclared?(first?use?in?this?function)
/usr/src/dahdi-linux-complete-2.2.0.2+2.2.0/linux/drivers/dahdi/dahdi-base.c:839:?error:?(Each?undeclared?identifier?is?reported?only?o...