HI guys, hello to everyone.
I have an istallation of Issabel since Elastix become 3CX.
Now i'm trying to install new version 5 of april 2024.
Well i'm using an isdn card to connect to the router of my provider.
The card is an Cologne Chip Designs GmbH ISDN network controller [HFC-PCI] (rev 02).
The card is in the list of pci devices but when i try to detect it from Hardware detector, the
system doesn't find it.
Is there someone that could help me to let the card work ?
Thank a lot in advance!!
Hardware Detector
- Edited
Ok i answer myself....if anyone need it.
Dahdi package installed from iso doesn't have driver for hfcpci cards, so
we have to install package from Openvox (thank a lot).
This is the work i did ...
1) Install from usb issabel5-USB-DVD-x86_64-20240430.iso
2) yum install libtool bison-devel ncurses-devel gnutls-devel gcc-c++ libxml2-devel mc rear
3) yum install glibc-langpack-it.x86_64 (only for Italy...)
4) timedatectl set-timezone Europe/Rome (only for Italy)
5) yum update
6) reboot
7) yum update (again)
8) cd /usr/src
9) wget https://www.openvoxtech.com/pub/drivers/dahdi-linux-complete/openvox_dahdi-linux-complete-current.tar.gz
10) tar -xvzf openvox_dahdi-linux-complete-current.tar.gz
11) cd dahdi-linux-complete.openvox
12) make
delete from /usr/src/dahdi-linux-complete.openvox/linux/drivers/dahdi/Kbuild devices that returns errors during compilation, put a # in front of the line.
13) rm -rf /lib/modules/'uname -r'/extra (verify the deletion)
14) make && make install && make install-config
15) reboot
16) dahdi_hardware (you could see your card listed)
17) dahdi_genconf (to generate config for the card)
18) dahdi_cfg -vvvvv (you could see card and span configured)
19) Goto hardware detector under Issabel UI and detect card also if you see it listed.
BYE!!
Thank you!
Muchas gracias por su aporte, lo voy a probar y luego digo mis esperiencias
- Edited
Mario thanks for that great information. I managed to do what you described. Although my card still not detected. I didn't see any errors in compilation. I have openvox b100p.
dahdi_hardware
pci:0000:02:00.0 zaphfc- 1397:2bd0 HFC-S ISDN BRI card
dahdi_genconf
Empty configuration -- no spans
Empty configuration -- no spans
Empty configuration -- no spans
dahdi_cfg: Symbol `dahdi_tools_version' has different size in shared object, consider re-linking
DAHDI Tools Version - 2.11.1
DAHDI Version: /var/lib/dkms/dahdi-linux/2.11.1/build
Echo Canceller(s):
Configuration
Channel map:
0 channels to configure.
In complilation the only suspect part I saw is this:
At main.c:160:
- SSL error:02001002:system library:fopen:No such file or directory: crypto/bio/bss_file.c:69
- SSL error:2006D080:BIO routines:BIO_new_file:no such file: crypto/bio/bss_file.c:76
sign-file: certs/signing_key.pem: No such file or directory
INSTALL /usr/src/dahdi-linux-complete.openvox/linux/drivers/dahdi/xpp/xpp_usb.ko
in some lines. This ssl error it happens to all INSTALL linux/drivers
I dont understand what is going on. Could you please help me if you have any ideas?
Which kernel you have exactly please?
- Edited
Hi ioannisgz. I don't have a Openvox B100p.
Perhaps this PDF https://www.xpatit.gr/images/stories/B100P_User_Manual.pdf?srsltid=AfmBOoqVQHFdMZ2jFg2PJ3BLahXZG554FOQd6zaR9hIlzRKNdPmMHxZb could help you.
You could also contact openvox support by subscribe an account to
https://support.openvox.cn/portal/en/signin
and then open a ticket describing your issue.
In my case a gently technician (Dariu Hu) has connected to my pc
via AnyDesk and Skype and show me how to resolve.
Bye