<div dir="ltr">I am trying to do an install of asterisk by source...<div>dahdi 2.11.1, asterisk 11.22.0 libpri-1.5.0 on CentOS 6.7</div><div>(not my first time doing so, but this is a remote system someone else setup)</div><div><br></div><div>All installed well, compiled fine but when I run asterisk</div><div>it is not recognizing the card.</div><div><br></div><div>output log gives me:</div><div>dahdi_open: Unable to specify channel 1: No such device or address<br></div><div><br></div><div>lsmod | grep dahdi shows </div><div><div>dahdi_voicebus         53074  1 wctdm24xxp</div><div>dahdi                 224394  2 wctdm24xxp,dahdi_voicebus</div><div>crc_ccitt               1717  2 wctdm24xxp,dahdi</div></div><div><br></div><div>which looks correct.</div><div><br></div><div><div> dahdi_hardware -v</div><div>pci:0000:04:00.0     wctdm24xxp+  d161:0800 Wildcard TDM800P</div></div><div><br></div><div><div>dahdi_scan</div><div>[1]</div><div>active=yes</div><div>alarms=OK</div><div>description=Wildcard TDM800P</div><div>name=WCTDM/0</div><div>manufacturer=Digium</div><div>devicetype=Wildcard TDM800P</div><div>location=PCI Bus 04 Slot 01</div><div>basechan=1</div><div>totchans=8</div><div>irq=0</div><div>type=analog</div><div>port=1,FXO</div><div>port=2,FXO</div><div>port=3,FXO</div><div>port=4,FXO</div><div>port=5,none</div><div>port=6,none</div><div>port=7,none</div><div>port=8,none</div></div><div><br></div><div><br></div><div>So I think dahdi looks good...</div><div><br></div><div>I have asterisk configured with  </div><div><div>more /etc/asterisk/chan_dahdi.conf</div><div>[channels]</div><div><br></div><div><br></div><div>pridialplan=unknown</div><div>prilocaldialplan=unknown</div><div><br></div><div><br></div><div>signalling=fxs_ks</div><div>relaxdtmf=yes</div><div>context=smvoice-incoming</div><div>group=1</div><div>channel => 1-8</div></div><div><br></div><div>All these packages are installed: <span style="color:rgb(0,0,0);font-family:Profont,'lucida console','Courier New',Monaco,monospace;font-size:0.75em;line-height:1.42857;white-space:pre-wrap;background-color:rgb(245,243,240)">yum install -y make wget openssl-devel ncurses-devel  newt-devel libxml2-devel kernel-devel gcc gcc-c++ sqlite-devel libuuid-devel</span></div><div><br></div><div>What next step(s) do I need to get asterisk happy?</div><div>Thanks,</div><div><br></div><div>jerry</div></div>