Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/ssis/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Module 星号10,dahdi#u dummy won';t构建_Module_Asterisk - Fatal编程技术网

Module 星号10,dahdi#u dummy won';t构建

Module 星号10,dahdi#u dummy won';t构建,module,asterisk,Module,Asterisk,我读过一些星号10中的应用程序仍然使用dahdi_dummy的计时器。但它不会生成忽略dahdi_虚拟模块: # cat /proc/version Linux version 3.2.0-2-amd64 (Debian 3.2.12-1) (debian-kernel@lists.debian.org) (gcc version 4.6.3 (Debian 4.6.3-1) ) #1 SMP Tue Mar 20 18:36:37 UTC 2012 cli中的dahdi show statu

我读过一些星号10中的应用程序仍然使用dahdi_dummy的计时器。但它不会生成忽略dahdi_虚拟模块:

# cat /proc/version
Linux version 3.2.0-2-amd64 (Debian 3.2.12-1) (debian-kernel@lists.debian.org) (gcc version 4.6.3 (Debian 4.6.3-1) ) #1 SMP Tue Mar 20 18:36:37 UTC 2012
cli中的dahdi show status不显示任何内容。实际上,我不会使用数字卡,所以我可能只需要dahdi_虚拟卡

root@ster:/usr/src/dahdi-linux-complete-2.6.0+2.6.0# find ./ -name '*dummy*'
./tools/menuselect/contrib/Makefile-dummy
./tools/menuselect/contrib/menuselect-dummy
./linux/drivers/dahdi/dahdi_dummy.c
也许我不再需要那个模块了?为什么它不能编译


谢谢。

您不再需要dahdi_假人了。自DAHDI Linux 2.3.0以来,就不再需要它了。如果没有安装电话硬件,DAHDI的核心现在能够自动使用内核计时器

它无法在2.6.0中编译的原因是2.6.0-rc1中修复了一个错误。DAHDI内核和板驱动程序之间的接口发生了变化,但DAHDI_dummy也没有更新。更多信息可在问题中的星号问题跟踪器上找到。

制作模块\u EXTRA=“dahdi\u dummy”
# lsmod | grep dahdi
dahdi_transcode        13001  1 wctc4xxp
dahdi_voicebus         45931  2 wcte12xp,wctdm24xxp
dahdi                 191058  11     wct4xxp,dahdi_voicebus,wcte12xp,wct1xxp,wcte11xp,wctdm24xxp,wcfxo,wctdm,wcb4xxp,dahdi_transcode,xpp
crc_ccitt              12347  2 dahdi,wctdm24xxp