geisj at pagestation.com Guest
|
Posted: Tue May 03, 2016 11:56 am Post subject: [asterisk-users] TDM804 card |
|
|
I am trying to do an install of asterisk by source...dahdi 2.11.1, asterisk 11.22.0 libpri-1.5.0 on CentOS 6.7
(not my first time doing so, but this is a remote system someone else setup)
All installed well, compiled fine but when I run asterisk
it is not recognizing the card.
output log gives me:
dahdi_open: Unable to specify channel 1: No such device or address
lsmod | grep dahdi shows
dahdi_voicebus 53074 1 wctdm24xxp
dahdi 224394 2 wctdm24xxp,dahdi_voicebus
crc_ccitt 1717 2 wctdm24xxp,dahdi
which looks correct.
dahdi_hardware -v
pci:0000:04:00.0 wctdm24xxp+ d161:0800 Wildcard TDM800P
dahdi_scan
[1]
active=yes
alarms=OK
description=Wildcard TDM800P
name=WCTDM/0
manufacturer=Digium
devicetype=Wildcard TDM800P
location=PCI Bus 04 Slot 01
basechan=1
totchans=8
irq=0
type=analog
port=1,FXO
port=2,FXO
port=3,FXO
port=4,FXO
port=5,none
port=6,none
port=7,none
port=8,none
So I think dahdi looks good...
I have asterisk configured with
more /etc/asterisk/chan_dahdi.conf
[channels]
pridialplan=unknown
prilocaldialplan=unknown
signalling=fxs_ks
relaxdtmf=yes
context=smvoice-incoming
group=1
channel => 1-8
All these packages are installed: yum install -y make wget openssl-devel ncurses-devel newt-devel libxml2-devel kernel-devel gcc gcc-c++ sqlite-devel libuuid-devel
What next step(s) do I need to get asterisk happy?
Thanks,
jerry |
|