Hello Everyone,
I am trying to pick up where i left off with this topic. Not sure if i should have started a new post.
I messed up my 10.04 beta asterisk install last time i was trying to get this to work. Since everything else was working i left it as is. I did a fresh install of 10.04 and I am trying to get my TDM800p telephony card to work with LMCE. I seem to be running in to the same issue I had last time.
My card is detected by the system and the modules loaded
dcerouter_1035275:/# dahdi_scan
[1]
active=yes
alarms=OK
description=Wildcard TDM800P Board 1
name=WCTDM/0
manufacturer=Digium
devicetype=Wildcard TDM800P
location=PCI Bus 16 Slot 10
basechan=1
totchans=8
irq=21
type=analog
port=1,FXS FAILED
port=2,FXS FAILED
port=3,none
port=4,none
port=5,FXO
port=6,FXO
port=7,none
port=8,none
[2]
active=yes
alarms=UNCONFIGURED
description=DAHDI_DUMMY/1 (source: HRtimer) 1
name=DAHDI_DUMMY/1
manufacturer=
devicetype=DAHDI Dummy Timing
location=
basechan=9
totchans=0
irq=0
dcerouter_1035275:/# lsmod |grep dahdi
dahdi_echocan_oslec 1282 2
echo 4525 1 dahdi_echocan_oslec
dahdi_transcode 5751 0
dahdi_dummy 2312 0
dahdi_voicebus 37065 1 wctdm24xxp
dahdi 196138 5 dahdi_echocan_oslec,dahdi_transcode,dahdi_dummy,wctdm24xxp,dahdi_voicebus
crc_ccitt 1339 1 dahdi
In ran dahdi_genconf and it seemed to generate the configuration in /etc/asterisk/dahdi-channels.conf
dcerouter_1035275:/# dahdi_cfg -v
DAHDI Tools Version - 2.2.1
DAHDI Version: 2.2.1
Echo Canceller(s): OSLEC
Configuration
======================
2 channels to configure.
Setting echocan for channel 5 to oslec
Setting echocan for channel 6 to oslec
In /etc/asterisk/modules.conf I have uncommented load => chan_dahdi.so
I have rebooted the server and when i log in to the asterisk CLI, I don't see dahdi loaded. There are no "dahdi show" commands.
Please correct me if i am wrong, but i should be able to see the module loaded in asterisk cli, right? My first hurdle would be to get that to work. The second hurdle would be to figure out how to create a dahdi trunk and corresponding inbound and outbound routes.
Any help will be appreciated.
Thanks!