To a CentOS newbie this is really frustrating. Maybe it’s the fault of the dependencies so I won’t place blame anywhere yet.
To install LumenVox on CentOS 5 you’ll need to follow the instructions from LumenVox and do a few more things. This quick list will give you all of those steps in a no-nonsense format. You won’t have to deal with getting stuck with instructions that just don’t work on CentOS 5.
Step 1: Add the YUM repository for LumenVox by creating /etc/yum.repos.d/LumenVox.repo with the following contents:
################################################### [LumenVox] name=LumenVox Products $basearch baseurl=http://www.LumenVox.com/packages/EL5/i386/ enabled=1 gpgcheck=0 ###################################################