Search code examples
ubuntuasterisksipphone-call

zaptel error at installation on ubuntu


I am trying to install zaptel and libri in Ubuntu. As I've understood asterisk needs these files if I want to configure a conference call over sip.

I've downloaded zaptel and after make command I have the following errors:

/usr/src/zaptel-1.4.12.1/kernel/pciradio.c: In function ‘pciradio_start_dma’:
/usr/src/zaptel-1.4.12.1/kernel/pciradio.c:1701: error: implicit declaration of function ‘set_current_state’
/usr/src/zaptel-1.4.12.1/kernel/pciradio.c:1701: error: ‘TASK_INTERRUPTIBLE’ undeclared (first use in this function)
/usr/src/zaptel-1.4.12.1/kernel/pciradio.c:1701: error: (Each undeclared identifier is reported only once
/usr/src/zaptel-1.4.12.1/kernel/pciradio.c:1701: error: for each function it appears in.)
/usr/src/zaptel-1.4.12.1/kernel/pciradio.c:1702: error: implicit declaration of function ‘schedule_timeout’
make[3]: *** [/usr/src/zaptel-1.4.12.1/kernel/pciradio.o] Error 1
make[2]: *** [_module_/usr/src/zaptel-1.4.12.1/kernel] Error 2
make[2]: Leaving directory `/usr/src/linux-headers-2.6.35-31-generic'
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/usr/src/zaptel-1.4.12.1'
make: *** [all] Error 2

Need help. Appreciate


Solution

  • This question is probably better on serverfault (and I can't seem to comment on Andrea's answer) but you might be better off using app_confbridge in Asterisk 10, if in your distribution. Then you will not need DAHDI (formerly Zaptel) installed at all to run a conference call.