Issabel ISO (Latest): Download Here
Cloud Services: User Portal - Quick Guide
News: Telegram channel
Become a Patron!

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!!

    6 days later

    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!!

      Muchas gracias por su aporte, lo voy a probar y luego digo mis esperiencias

        Write a Reply...