Wanpipe Broken

I just downloaded the newest ISO and installed a fresh copy of FreePBX Distro. I have everything backed up and restored on this PBX, however when I go to install wanpipe for the Sangoma T1 card it’s complaining about a DAHDI dependancy.

[root@asterisk etc]# cat /etc/asterisk/freepbxdistro-version
1.87.29.55-2

[root@asterisk etc]# yum install wanpipe
Loaded plugins: fastestmirror, kmod
Loading mirror speeds from cached hostfile
Setting up Install Process
Resolving Dependencies
–> Running transaction check
—> Package wanpipe.i386 0:3.5.22-kernel.2.6.18.194.17.1.el5.dahdi.2.5.0 set to be updated
–> Processing Dependency: dahdi-linux = 2.5.0 for package: wanpipe
–> Finished Dependency Resolution
wanpipe-3.5.22-kernel.2.6.18.194.17.1.el5.dahdi.2.5.0.i386 from pbx has depsolving problems
–> Missing Dependency: dahdi-linux = 2.5.0 is needed by package wanpipe-3.5.22-kernel.2.6.18.194.17.1.el5.dahdi.2.5.0.i386 (pbx)
Error: Missing Dependency: dahdi-linux = 2.5.0 is needed by package wanpipe-3.5.22-kernel.2.6.18.194.17.1.el5.dahdi.2.5.0.i386 (pbx)
You could try using --skip-broken to work around the problem
You could try running: package-cleanup --problems
package-cleanup --dupes
rpm -Va --nofiles --nodigest
The program package-cleanup is found in the yum-utils package.

What version of dahdi do you have.

rpm -qa | grep dahdi

than dahdi_cfg -vvv

This is a fresh install, just downloaded the ISO this afternoon. Nothing else done to the system except restored the configs from backup.

[root@asterisk etc]# rpm -qa | grep dahdi
dahdi-tools-debuginfo-2.5.0.1-2_centos5
dahdi-linux-2.5.0.1-1_centos5
dahdi-tools-2.5.0.1-2_centos5
dahdi-linux-devel-2.5.0.1-1_centos5
dahdi-firmware-oct6114-128-1.05.01-1_centos5
dahdi-firmware-vpmadt032-1.07-1_centos5
dahdi-firmware-oct6114-064-1.05.01-1_centos5
dahdi-linux-debuginfo-2.5.0.1-1_centos5
dahdi-linux-kmod-debuginfo-2.5.0.1-1_centos5.2.6.18_194.17.1.el5
dahdi-tools-doc-2.5.0.1-2_centos5
dahdi-firmware-2.4.1.2-1_centos5
dahdi-firmware-tc400m-MR6.12-1_centos5
asterisk18-dahdi-1.8.7.1-1_centos5
kmod-dahdi-linux-2.5.0.1-1_centos5.2.6.18_194.17.1.el5
schmooze-dahdi-1.0.0-2
[root@asterisk etc]# dahdi_cfg -vvv
DAHDI Tools Version - 2.5.0.1

DAHDI Version: 2.5.0.1
Echo Canceller(s): HWEC
Configuration

Channel map:

0 channels to configure.

You should be getting wanpipe

wanpipe-3.5.23-kernel.2.6.18.194.17.1.el5.dahdi.2.5.0.1.i686.rpm

Do a yum list all | grep wanpipe for me

[root@asterisk etc]# yum list all | grep wanpipe
wanpipe.i386 3.5.22-kernel.2.6.18.194.17.1.el5.dahdi.2.5.0

Was browsing the repo, noticed you put up the newer version. It worked!

Thanks for the quick response, saved me from having to compile it tonight to get this system working.

OK ya I had a broken symlink that was never caught tell now. Thanks for bringing it to our attention.