I have a Cent 6.5 machine. I go through the install process as outlined on the various Asterisk.org pages. I get through the pjproject library install just fine. Everything shows up fine in ldconfig -p so I move on to the actual Asterisk install.
As per the instruction I update my yum repos with Asterisk hosts, etc:
I follow this with a “yum update” as the directions indicate, and the end of command output is:
http://packages.digium.com/centos/6/current/x86_64/repodata/repomd.xml: [Errno 14] PYCURL ERROR 6 - "Couldn't resolve host 'packages.digium.com'"
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: digium-current. Please verify its path and try again
Then when I try to do the actual Asterisk install, it fails:
Loaded plugins: fastestmirror
http://packages.asterisk.org/centos/%24releasever/asterisk-12/x86_64/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: asterisk-12. Please verify its path and try again
How can I overcome this issue?