Configuring X100P card
Posted: Tue Apr 02, 2019 9:16 am
Hi
I'm newbie with vicidial, I installed vicidial v.8.1.2, this version has:
OpenSuSE Leap v.42.3 64-bit
Kernel v.4.4.155
Asterisk v.13.21.1-vici
DAHDI v.2.11.1
LibPRI v.1.6.0
Amfletec VoiceSync v.1.3.8
OpenR2 v.1.3.3 for MFC/R2 support
ViciDial SVN v.2.14-689a build 180922-0958 revision 3035
I've installed a FXO X100P card the on the server, I see that viciduial linux OpenSuSE detected the card, because when I use the comand "lspci -v" on linux, it shows the card:
03:02.0 Communication controller: Tiger Jet Network Inc. Tiger3XX Modem/ISDN interface
Subsystem: Intel Corporation Digium X100P/X101P analogue PSTN FXO interface
Flags: bus master, medium devsel, latency 64, IRQ 11
I/O ports at de00 [size=256]
Memory at fd9ff000 (32-bit, non-prefetchable) [size=4K]
Capabilities: [40] Power Management version 2
Kernel modules: netjet, hisax, wcfxo
But It seems the vicidal DAHDI library doesn't recognized the card, because files system.conf and chan_dahdi.conf are empty:
This is the file system.conf located in /etc/dahdi/:
This is the file dahdi-channels.conf located in /etc/asterisk/:
I've worked with pure asterisk and I use the command "dahdi_genconf" for generating the files system.conf and chan_dahdi.conf and detecting Dahdi channels, the issue is that the command shows only this:
Please, How can I make the vicidial to recognize the X100P card? do I have to reinstall or update DAHDI libreries?
I'm newbie with vicidial, I installed vicidial v.8.1.2, this version has:
OpenSuSE Leap v.42.3 64-bit
Kernel v.4.4.155
Asterisk v.13.21.1-vici
DAHDI v.2.11.1
LibPRI v.1.6.0
Amfletec VoiceSync v.1.3.8
OpenR2 v.1.3.3 for MFC/R2 support
ViciDial SVN v.2.14-689a build 180922-0958 revision 3035
I've installed a FXO X100P card the on the server, I see that viciduial linux OpenSuSE detected the card, because when I use the comand "lspci -v" on linux, it shows the card:
03:02.0 Communication controller: Tiger Jet Network Inc. Tiger3XX Modem/ISDN interface
Subsystem: Intel Corporation Digium X100P/X101P analogue PSTN FXO interface
Flags: bus master, medium devsel, latency 64, IRQ 11
I/O ports at de00 [size=256]
Memory at fd9ff000 (32-bit, non-prefetchable) [size=4K]
Capabilities: [40] Power Management version 2
Kernel modules: netjet, hisax, wcfxo
But It seems the vicidal DAHDI library doesn't recognized the card, because files system.conf and chan_dahdi.conf are empty:
This is the file system.conf located in /etc/dahdi/:
- Code: Select all
# Autogenerated by /usr/sbin/dahdi_genconf on Tue Apr 2 05:19:30 2019
# If you edit this file and execute /usr/sbin/dahdi_genconf again,
# your manual changes will be LOST.
# Dahdi Configuration File
#
# This file is parsed by the Dahdi Configurator, dahdi_cfg
#
# Global data
loadzone = us
defaultzone = us
This is the file dahdi-channels.conf located in /etc/asterisk/:
- Code: Select all
; Autogenerated by /usr/sbin/dahdi_genconf on Tue Apr 2 05:19:30 2019
; If you edit this file and execute /usr/sbin/dahdi_genconf again,
; your manual changes will be LOST.
; Dahdi Channels Configurations (chan_dahdi.conf)
;
; This is not intended to be a complete chan_dahdi.conf. Rather, it is intended
; to be #include-d by /etc/chan_dahdi.conf that will include the global settings
;
I've worked with pure asterisk and I use the command "dahdi_genconf" for generating the files system.conf and chan_dahdi.conf and detecting Dahdi channels, the issue is that the command shows only this:
- Code: Select all
dahdi_genconf
Empty configuration -- no spans
Empty configuration -- no spans
Empty configuration -- no spans
Please, How can I make the vicidial to recognize the X100P card? do I have to reinstall or update DAHDI libreries?