netjetpci causes a problem with mISDN(B400P)+Zaptel(A400P)!

openvox
Posts: 4
Member Since:
2008-02-13

hello, all of users:
when you use mISDN and A400P or A800p/a1200p, please take a particular attention to netjetpci.ko. It causes the wctdm register problem. you have to edit the makefile under /usr/src/mISDN-1_1_8/drivers/isdn/hardware/mISDN, please remove that module(netjetpci)
--------------------------------------
ifdef CONFIG_MISDN_AVM_FRITZ
obj-$(CONFIG_MISDN_DRV) += avmfritz.o
endif

#ifdef CONFIG_MISDN_NETJET
#obj-$(CONFIG_MISDN_DRV) += netjetpci.o
#endif

ifdef CONFIG_MISDN_HFCPCI
obj-$(CONFIG_MISDN_DRV) += hfcpci.o
endif
-------------------------------------------
after editing it, you can compile the mISDN, it should work.
the problem, i think, is because of the netjetpci, it will detect wctdm first in mISDN, therefore, zaptel will generate error when running ztcfg -vvvvvvv
my test environment:
mISDN-1-18 // for OpenVox B400P
zaptel-1.4.11 // for OpenVox A400P
asterisk-1.4.21.1
centos-5
regards!
James.zhu
OpenVox



sanniticus
Posts: 2
Member Since:
2008-06-23
i think i have a similar problem

hi,
i think i have the same problem
imn my system i have 3 openvox, 2 b100p and 1 a400p with 2fxo and 2 fxs
misdn drivers perfectly working.
now i'm trying to configure the zaptel for the a400p.
i tried
genzaptelconf
ztcfg
zttool

the result for ztcfg -vvv is
Zaptel Version: 1.4.10.1
Echo Canceller: OSLEC
Configuration
======================

Channel map:

0 channels to configure.

i also tried to manually configure files, but the result is 4 channels to configure.. nothing working

bye luca



openvox
Posts: 4
Member Since:
2008-02-13
Hi sanniticus, please try

Hi sanniticus,

please try to recompile the misdn with new makefile, it should be no problem.

if it still can not be solved, please post the problem to OpenVox Forum http://www.openvox.com.cn/bbs/ . Our technical support will help you out.

Best Regards,
OpenVox



Trixboxita
Posts: 5
Member Since:
2009-07-03
makefile

Good morning,
can you explain exactly what to do to use new makefile?
I have a problem as sanniticus, but with a b100p and a1200p.
thanks in advance, kindly regards



Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.