Note to team,
the installation instructions here:
http://www.sailpbx.com/mediawiki/index.php/Asterisk_install suggest to install asterisk with enablerepo=* (thus enabling all repos).
This should actually be more specific e.g. --enablerepo=asterisk-current --enablerepo=digium-current
Reason for this is that smecontribs repo holds outdated versions of some of the required files which will be installed instead of the current ones (Yum repo order?)
-dahdi-tools
- fxload
- libss7
and this required install file kmod-dahdi-linux-fwload-vpmadt032-2.6.1-1_centos5.2.6.18_308.16.1.el5
creates a dependency on kernel kernel-2.6.18-308.16.1.el5, whilst the current kernel of SME8 is already at 2.6.18-308.20.1.el5
result:
Transaction Check Error:
package kernel-2.6.18-308.20.1.el5.x86_64 (which is newer than kernel-2.6.18-308.16.1.el5.x86_64) is already installed
no go...
end note.